]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem causing SQLite to return false "foreign key violation" errors
authordan <dan@noemail.net>
Tue, 13 Dec 2016 16:57:49 +0000 (16:57 +0000)
committerdan <dan@noemail.net>
Tue, 13 Dec 2016 16:57:49 +0000 (16:57 +0000)
commit68a494c06f2239e0028656376af482ddc705d100
tree4a802f2f881d3f8350d8cceda10e03e5d3066128
parent26f419800a4e9d91813ab49c053f83db452bf8dc
Fix a problem causing SQLite to return false "foreign key violation" errors
when there is a partial (i.e. WHERE constrained) UNIQUE index on the parent
key columns. This bug did not cause SQLite to allow illegal data to be
inserted into the database, only to reject legal operations.

FossilOrigin-Name: 850877d1ea43104cc215353414b870c340acced2
manifest
manifest.uuid
src/fkey.c
test/fkey1.test