]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite3session.h, for passing to...
authordan <Dan Kennedy>
Fri, 20 Oct 2023 17:06:39 +0000 (17:06 +0000)
committerdan <Dan Kennedy>
Fri, 20 Oct 2023 17:06:39 +0000 (17:06 +0000)
commit17c3408e0eb1fd8cac354af525a24edda47ffe2c
treeaedfd4bdce93d47acb8113d5117db18ab1d69527
parent90e4a3b7fcdf63035d6f35eb44d11ff58ff4b068
Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite3session.h, for passing to sqlite3changeset_apply_v2() to cause all foreign key constraints to behave as if they were declared NO ACTION.

FossilOrigin-Name: fc9f82ea084159eaf3dd1757b96d17d1201b00c4e06455a7dcd8067172b25f28
ext/session/sessionnoact.test [new file with mode: 0644]
ext/session/sqlite3session.c
ext/session/sqlite3session.h
ext/session/test_session.c
manifest
manifest.uuid
src/fkey.c
src/sqliteInt.h