This patch release fixes the following issues:
- Fix
TableStatements.insertAll
to only apply a database-specific pragma for SQLite databases. - Don't attempt to roll-back transactions that failed to begin.
- Fix unhandled exception when cancelling transactions.
- Fix deadlock when drift databases are used in a
fake_async
Zone and then closed outside that zone.
Also, drift_dev
version 2.23.1
contains one improvement:
- Generate typed reference-resolving queries through the manager API when modular code-generation is enabled. Previously, this feature was only enabled for monolithic generation modes.