]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKS
authordrh <drh@noemail.net>
Thu, 11 Jul 2013 15:03:32 +0000 (15:03 +0000)
committerdrh <drh@noemail.net>
Thu, 11 Jul 2013 15:03:32 +0000 (15:03 +0000)
commit648e264342fe3315d23979c8779a4200babea891
tree896a40bd63b95d2e4de06f60845490ada1b6d8f6
parent8f8c65f79bbea1e125fe02042c57cf963288abc5
Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKS
value for sqlite3_db_status().  This is a cherry-pick of a sequence of five
checkins in the sessions branch between [1d44e5d3c2] and [d39e65fe70].

FossilOrigin-Name: 527121ac3cdc96ac33ad975c227a6685a2f7e999
15 files changed:
manifest
manifest.uuid
src/fkey.c
src/main.c
src/pragma.c
src/sqlite.h.in
src/sqliteInt.h
src/status.c
src/test_malloc.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
test/fkey1.test
test/fkey6.test [new file with mode: 0644]