]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Check in implementation of foreign key constraints.
authordan <dan@noemail.net>
Sat, 19 Sep 2009 17:00:31 +0000 (17:00 +0000)
committerdan <dan@noemail.net>
Sat, 19 Sep 2009 17:00:31 +0000 (17:00 +0000)
commit1da40a381fcf28953cd914aa1cff2d4d2f30ffb0
tree499fd358c9173002d540833d9a7a77c3421119d4
parent3991bb0deec345af79e0346bc0b29a0f8a594a3a
Check in implementation of foreign key constraints.

FossilOrigin-Name: d5d399811876391642937edeb9e8434dd9e356f5
27 files changed:
main.mk
manifest
manifest.uuid
src/build.c
src/callback.c
src/delete.c
src/fkey.c [new file with mode: 0644]
src/insert.c
src/main.c
src/parse.y
src/pragma.c
src/shell.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbeblob.c
test/auth.test
test/fkey1.test
test/fkey2.test [new file with mode: 0644]
test/pragma.test
test/progress.test [changed mode: 0644->0755]
test/trigger3.test
tool/mkopts.tcl [changed mode: 0644->0755]