]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the undocumented sqlite3_foreign_key_check() API and replace it with
authordrh <drh@noemail.net>
Thu, 11 Jul 2013 13:49:59 +0000 (13:49 +0000)
committerdrh <drh@noemail.net>
Thu, 11 Jul 2013 13:49:59 +0000 (13:49 +0000)
commit07001c45a1cfe57cab888ddee16288d23f5fd344
treeb8d7084d185f50db753eb30dd8597e8d336047f6
parent963c74df5988fa4bf5dd6dda9fb15a9b09a0d6a4
Remove the undocumented sqlite3_foreign_key_check() API and replace it with
sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS, ...).  Add test cases
for the new functionality.

FossilOrigin-Name: d39e65fe702a2e11477f2d996f77404f45763368
ext/session/sqlite3session.c
manifest
manifest.uuid
src/sqlite.h.in
src/status.c
src/test_malloc.c
src/vdbeapi.c
test/fkey1.test
test/fkey6.test [new file with mode: 0644]