You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.