Skip to content

Drift 2.26.0

Latest
Compare
Choose a tag to compare
@simolus3 simolus3 released this 08 Mar 11:01
drift-2.26.0
7295a3a

This release adds support for window functions in the Dart query builder (through WindowFunctionExpression) and contains improvements to the generator:

  • 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.