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
sqlite3 .dump wraps the entire SQL output (after PRAGMA foreign_keys=OFF;) in BEGIN TRANSACTION; and COMMIT;. Turso's shell does not. Should it? That would defend against a partial set of statements from executing in the face of an error part way through.
The text was updated successfully, but these errors were encountered:
sqlite3
.dump
wraps the entire SQL output (afterPRAGMA foreign_keys=OFF;
) inBEGIN TRANSACTION;
andCOMMIT;
. Turso's shell does not. Should it? That would defend against a partial set of statements from executing in the face of an error part way through.The text was updated successfully, but these errors were encountered: