]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to use indices for constraints of the form "x IS NOT NULL"
authordrh <drh@noemail.net>
Sat, 22 Jan 2011 00:10:45 +0000 (00:10 +0000)
committerdrh <drh@noemail.net>
Sat, 22 Jan 2011 00:10:45 +0000 (00:10 +0000)
commit534230cf2e576a26706dfa8379f209f6e71b731b
treedf5373c5be24f91eb8cb7365454a1c1157cfa4c8
parent5ac06071690a465efea1c904fce30f3b56bfc2a6
Add the ability to use indices for constraints of the form "x IS NOT NULL"
when sqlite_stat2 is available and most entries for column x are NULL.

FossilOrigin-Name: 5d5bddd290e71a7b03bcc23ff29881c23233cbff
manifest
manifest.uuid
src/where.c