Drift 1.2.0
simolus3
released this
30 Dec 18:36
·
2035 commits
to develop
since this release
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()
andwatchSingleOrNull()
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 toNULL
for empty groups.