Skip to content

Drift 2.7.0

Compare
Choose a tag to compare
@simolus3 simolus3 released this 10 Apr 21:49
· 1139 commits to develop since this release
drift-2.7.0
d7f1bfb
  • Add support for CASE expressions without a base in the Dart API with the CaseWhenExpression class.
  • Add the new package:drift/web/workers.dart library which makes it easier to create web workers for drift.
  • Make validateDatabaseSchema() work in migration tests.
  • Fix queries from transitive imports in drift files not being analyzed reliably.
  • Fix false-positive warnings about AS aliases in subqueries used in triggers.
  • Fix false-positive warnings about referencing a result column in a GROUP BY or HAVING clause.