瀏覽代碼

Update 1.2.5.md

Leonid Stryzhevskyi 3 年之前
父節點
當前提交
255fd435af
共有 1 個文件被更改,包括 6 次插入0 次删除
  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)