This patch release mainly fixes issues in drift_dev
:
- Avoid the use of the shared database cache in the
SchemaVerifier
implementation. - Fix crash when
drift_dev schema dump
is used on SQLite databases with triggers, views or indexes. - CLI: Don't exit with code
0
when no command was selected. - Fix
generatedAs
not being generated for versioned schema imports.
And adds two minor API additions to drift
:
- Add
isNotNull()
column filter for the manager APIs. - Add optional
orderBy
parameter to more aggregate function extension.