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
Fix upgrade command failing on MySQL/MariaDB with "no active transaction"
Move DDL statements (DROP/CREATE TABLE) outside the transaction wrapper
since MySQL implicitly commits on DDL, then wrap only DML inserts in a
transaction to preserve data integrity.
Fixes#177
0 commit comments