Skip to content

Drift 1.3.0

Compare
Choose a tag to compare
@simolus3 simolus3 released this 14 Jan 18:44
· 2110 commits to develop since this release
41472d6
  • Add the from(table) method to generated databases. It can be used to write common queries more concisely.
  • Make groupConcat nullable in the Dart API.
  • Throw an exception in a NativeDatabase when multiple statements are run in a single call. In previous versions, parts of the SQL string would otherwise be ignored.
  • Close the underlying database when a drift isolate is shut down.