Skip to content

Drift 2.1.0

Compare
Choose a tag to compare
@simolus3 simolus3 released this 29 Aug 21:16
· 1519 commits to develop since this release
ce35a27

Changes in drift version 2.1.0:

  • Improve stack traces when using watchSingle() with a stream emitting a non-singleton list at some point.
  • Add OrderingTerm.nulls to control the NULLS FIRST or NULLS LAST clause in Dart.

Changes in drift_dev version 2.1.0 and sqlparser version 0.23.2:

  • Analysis support for fts5 tables with external content tables.
  • Analysis support for the rtree module.
  • Internally prepare for an upcoming breaking analyzer change around how classes are mapped to elements.
  • Improve static analysis around subqueries in SQL.