Drift 2.7.0
simolus3
released this
10 Apr 21:49
·
1139 commits
to develop
since this release
- Add support for
CASE
expressions without a base in the Dart API with theCaseWhenExpression
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
orHAVING
clause.