]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Where possible, take advantage of the rowid at the end of index records to optimize...
authordan <dan@noemail.net>
Wed, 16 Nov 2011 15:27:09 +0000 (15:27 +0000)
committerdan <dan@noemail.net>
Wed, 16 Nov 2011 15:27:09 +0000 (15:27 +0000)
commit0c733f67d806e96138a923ce3f6c29e3c7edff19
treea486def07ed6d1dc03613d4d218c56c94bf8f7ca
parentbf567db91d5f74eba63fdb7e97dea65c2773424d
Where possible, take advantage of the rowid at the end of index records to optimize range constraints (<, >, <=, >=) on the rowid column.

FossilOrigin-Name: 3b58f5f06648205a47e5cace0201269c406e476a
manifest
manifest.uuid
src/insert.c
src/vdbe.c
src/vdbeaux.c
src/where.c
test/whereC.test [new file with mode: 0644]