* Add Support For PostgreSQL Arrays In FromQueryResult Implementation Of JsonValue
* Add support for root arrays in JSON in SeaORM #1517
* Refactoring
* Only when `postgres-array` is enabled
* Add test cases
---------
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
Add `stream_partial_model` to `Select<E>` and `SelectTwo<E,F>`
Minor refactoring
fmt
Add `into_partial_model` to `Cursor<S>`
refactoring
Add test cases
Fix test cases
More test cases
Move partial_model tests
* Support Vector of enum for Postgres
* Fix clippy
* Add tests for integer array
* Fix dependency
* Bump sea-query to 0.27.2
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>