]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the DROP TABLE command so that it cannot be used to bypass foreign key constraint...
authordan <dan@noemail.net>
Mon, 28 Sep 2009 14:49:01 +0000 (14:49 +0000)
committerdan <dan@noemail.net>
Mon, 28 Sep 2009 14:49:01 +0000 (14:49 +0000)
commitd66c83095edcfb0f26e7ddf24f28455048d02b12
treeafb321fdcb5fb10572e6b895a621ca79b8166b19
parent9277efa3d576ab243077404bb5966f9a67a73004
Fix the DROP TABLE command so that it cannot be used to bypass foreign key constraints (if foreign key support is enabled).

FossilOrigin-Name: 8353808c9e70412fdee31bfda7810e948f1c7485
manifest
manifest.uuid
src/build.c
src/fkey.c
src/sqliteInt.h
src/trigger.c
test/fkey2.test
test/fkey3.test