drift
- Use
BEGIN IMMEDIATEto start transactions. - Make
TableInfo's==andhashCodetake into account the database its attached to.
drift_dev
- Add
setupcallback tovalidateDatabaseSchemainVerifySelfextension. - Fix generating code for table classes with a
$in their name. - Add the
use_sql_table_name_for_accessorsbuild option, naming the table getters on the database class after the table's SQL name instead of the Dart class name.