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