]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the correct number of columns in a UNIQUE index are checked for
authordrh <drh@noemail.net>
Wed, 30 Jul 2014 13:56:48 +0000 (13:56 +0000)
committerdrh <drh@noemail.net>
Wed, 30 Jul 2014 13:56:48 +0000 (13:56 +0000)
commitac50232d0fb86ef6733ee697686aed3527ff693a
treed8648bfb54d87c2a6ad8e0741a2ce3754d9d69af
parenta7f37491a7c3e41c5b742761bcec0138ac8e91f7
Ensure that the correct number of columns in a UNIQUE index are checked for
uniqueness, regardless of whether or not the original table has a ROWID or
if the columns are NOT NULL, etc.  Ticket [9a6daf340df99ba93c].

FossilOrigin-Name: 6b785e92f279cb65746834d5cd25594fd3333342
manifest
manifest.uuid
src/build.c
src/vdbe.c
src/vdbesort.c
test/unique2.test [new file with mode: 0644]