Update 1.2.5.md

This commit is contained in:
Leonid Stryzhevskyi 2021-02-14 23:04:06 +02:00 committed by GitHub
parent b43355c001
commit 255fd435af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)