Skip to content

Drift 2.34.0

Latest

Choose a tag to compare

@simolus3 simolus3 released this 10 Jun 21:50
· 5 commits to develop since this release
drift-2.34.0
30fc19d

drift

  • Use BEGIN IMMEDIATE to start transactions.
  • Make TableInfo's == and hashCode take into account the database its attached to.

drift_dev

  • Add setup callback to validateDatabaseSchema in VerifySelf extension.
  • Fix generating code for table classes with a $ in their name.
  • Add the use_sql_table_name_for_accessors build option, naming the table getters on the database class after the table's SQL name instead of the Dart class name.