Skip to content

0.27.x

Closed Oct 21, 2022 100% complete

Our goals for the next major version of sea-query:

  1. deprecate sea-query-driver and integrate sea-query-binder into sea-orm
  2. revamp our Value enum to allow custom value types (via a ValueTrait), and so as a side effect also supporting Postgres arrays (may be)?
  3. 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:

  1. deprecate sea-query-driver and integrate sea-query-binder into sea-orm
  2. revamp our Value enum to allow custom value types (via a ValueTrait), and so as a side effect also supporting Postgres arrays (may be)?
  3. 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.