mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-21 03:14:51 +08:00
Update 1.2.5.md
This commit is contained in:
parent
b43355c001
commit
255fd435af
@ -11,6 +11,7 @@ Contents:
|
||||
- [Headers Multimap](#headers-multimap)
|
||||
- [Better Router API](#better-router-api)
|
||||
- [ORM Clean Section](#orm-clean-section)
|
||||
- [ORM PostgreSQL - Arrays Support](#orm-postgresql---arrays-support)
|
||||
- [Swagger-UI Example Values](#swagger-ui-example-values)
|
||||
- [New Modules](#new-modules)
|
||||
|
||||
@ -164,6 +165,11 @@ SELECT name::varchar FROM users WHERE userId="<user-id-value>"
|
||||
|
||||
Note: unlike the `:userId` the `:varchar` char-sequence wasn't interpreted as a template parameter (unlike the `:userId`).
|
||||
|
||||
## ORM PostgreSQL - Arrays Support
|
||||
|
||||
[oatpp-postgresql](https://github.com/oatpp/oatpp-postgresql) now supports arrays.
|
||||
More about PostgreSQL arrays - read [here](https://www.postgresql.org/docs/13/arrays.html)
|
||||
|
||||
## Swagger-UI Example Values
|
||||
|
||||
Now it's possible to add example-values to `RequestBody`, `Response`, and `Parameters` (Path, Headers, Queries)
|
||||
|
Loading…
Reference in New Issue
Block a user