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.