]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix problems in trigger and foreign key handling when doing REPLACE on a
authordrh <drh@noemail.net>
Thu, 5 Jan 2017 13:56:17 +0000 (13:56 +0000)
committerdrh <drh@noemail.net>
Thu, 5 Jan 2017 13:56:17 +0000 (13:56 +0000)
commit578a1a40bc0e56cfb51bc5b8daa2dcd2c0d2dee3
tree5dba39034177f81f966c000437c21fbd5d9af619
parent0ef5f800b31fb10a4b449f5afdb8e6175c84874d
Fix problems in trigger and foreign key handling when doing REPLACE on a
WITHOUT ROWID table that has no secondary indexes.
Fix for ticket [30027b613b4].

FossilOrigin-Name: 8a788594e2097ab5f3fe32f1d6b58caef2887d20
manifest
manifest.uuid
src/insert.c
test/fkey8.test
test/triggerF.test [new file with mode: 0644]