Ver código fonte

Update 1.2.5.md

Leonid Stryzhevskyi 3 anos atrás
pai
commit
255fd435af
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      changelog/1.2.5.md

+ 6 - 0
changelog/1.2.5.md

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