0.27.x
Closed Oct 21, 2022
100% complete
Our goals for the next major version of sea-query:
- deprecate sea-query-driver and integrate sea-query-binder into sea-orm
- revamp our
Value
enum to allow custom value types (via a ValueTrait), and so as a side effect also supporting Postgres arrays (may be)? - better support for default / update expressions in column schema, i.e.
DEFAULT CURRENT_TIMESTAMP O…
Our goals for the next major version of sea-query:
- deprecate sea-query-driver and integrate sea-query-binder into sea-orm
- revamp our
Value
enum to allow custom value types (via a ValueTrait), and so as a side effect also supporting Postgres arrays (may be)? - better support for default / update expressions in column schema, i.e.
DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.