Skip to content

Drift 1.2.0

Compare
Choose a tag to compare
@simolus3 simolus3 released this 30 Dec 18:36
· 2035 commits to develop since this release
ddede9a

This minor release implements changes in the generated code necessary to support streams from views in the Dart API.

Additionally,

  • Reading blobs from the database is more lenient now.
  • watchSingle() and watchSingleOrNull() now throws an error with a stack trace when used on a query emitting multiple rows.
  • With sqlparser 0.19.1, group_concat was made nullable as evaluates to NULL for empty groups.