]> git.ipfire.org Git - thirdparty/sqlite.git/commit
NULL values in a row of a unique index cause the row to be distinct.
authordrh <drh@noemail.net>
Fri, 24 Jun 2005 03:53:06 +0000 (03:53 +0000)
committerdrh <drh@noemail.net>
Fri, 24 Jun 2005 03:53:06 +0000 (03:53 +0000)
commit7f057c9166a1c8e13bda74b3db7ee488659ae7fb
tree956b9811b110b14adac869c6de43ced5ec19d84d
parent2f471496913a58a9d8f2c5852275a0666dc169df
NULL values in a row of a unique index cause the row to be distinct.
Ticket #1301.  More testing and optimization needs to be done on this
before closing the ticket. (CVS 2526)

FossilOrigin-Name: 06a71b162b032fc5b56d18919a784d4ee94dde7c
manifest
manifest.uuid
src/build.c
src/delete.c
src/insert.c
src/vdbe.c
test/unique.test