You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for FTS5 queries in the Dart API: match, matchExp, highlight, snippet, bm25 and rank are now available as extension methods on FTS5 tables from package:drift/extensions/fts5.dart (#3843). Thanks to @minhqdao!
Breaking change (web): Remove PortToChannel extension on dart:html types. Use WebPortToChannel extension on MessagePort from package:web instead.
Web: Fix race to OPFS file handle in compatiblity check.
drift_dev 2.35.0
Warn when a table class is annotated with @DriftDatabase instead of silently
generating nothing (#3854).