]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When ALTER TABLE RENAME TO is used to change the name of a table that is the parent...
authordan <dan@noemail.net>
Sat, 26 Sep 2009 17:51:48 +0000 (17:51 +0000)
committerdan <dan@noemail.net>
Sat, 26 Sep 2009 17:51:48 +0000 (17:51 +0000)
commit432cc5b9f37f12bcf5dbdaba238f33717b21e682
treee9b7126403cfad1dc94403820c03dee6d961cb39
parent0ff297eaa75ac3a7b52cdc7a77411ac2e6f9fdb4
When ALTER TABLE RENAME TO is used to change the name of a table that is the parent table of a foreign key constraint, modify that foreign key constraint to use the new table name.

FossilOrigin-Name: b4a10c39e726dc190e9597e382baddc034294114
manifest
manifest.uuid
src/alter.c
src/fkey.c
src/sqliteInt.h
test/fkey2.test