mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 13:20:59 +00:00
* Fix migration reverts for no-TX SQLite * Add regression test --------- Co-authored-by: Markus Gasser <markus.gasser@frauscher.com>
4 lines
46 B
SQL
4 lines
46 B
SQL
-- no-transaction
|
|
|
|
PRAGMA JOURNAL_MODE = WAL;
|