Tags: simolus3/drift
Tags
1.3.1 - Add `toJson()` method to `PgDate` and `PgDateTime`.
2.27.0 - Fix generating versioned schema code for columns referencing other columns in `generatedAs` expressions. - Use proper impport statements when generating schema code. - Schema validation: Allow ignoring column constraints.
- Fix `generatedAs` not being generated for versioned schema imports. - 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.
drift_dev 2.26.0 - Fix warning on Dart-defined views referencing the same table multiple times. - Don't generate unnecessary verification code. - Suggest a test with data integrity when adding a new column without a default value in `make-migrations`.
drift 2.25.1 - Fix shared worker feature detection when the main app is compiled with `dart2wasm`.
drift_dev 2.25.2 - Fix `generateInsertable: true` on `@UseRowClass` not respecting inherited getters. - Fix lints in generated test code for `make-migrations`.
drift_dev 2.25.1 - Fix schema exports ignoring `store_date_time_values_as_text: true` when Dart tables with default constraints on columns are involved.
PreviousNext