Files
Notes/notes-service/vendor/sea-query/changelog/1.0.0-rc.23.md
T
2026-08-01 16:11:49 +03:00

15 lines
485 B
Markdown

## Release Notes: sea-query 1.0.0-rc.23
*(since 1.0.0-rc.22)*
### New Features
* Refactor `Value::Array` and add `Value::Enum` https://github.com/SeaQL/sea-query/pull/1004
* `impl Iden for String` https://github.com/SeaQL/sea-query/pull/1019
* Implement Postgres `ON CONFLICT ON CONSTRAINT` https://github.com/SeaQL/sea-query/pull/1016
* Implement `VALUES` clause for Postgres CTE https://github.com/SeaQL/sea-query/pull/1008
### Bug Fixes
* rusqlite: bind JSON null as JSON null