]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When using an index to scan a database table, read column data from the index in...
authordanielk1977 <danielk1977@noemail.net>
Thu, 29 Nov 2007 17:43:27 +0000 (17:43 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 29 Nov 2007 17:43:27 +0000 (17:43 +0000)
commit21de2e755c4645778bd4e53b252909272b2c491a
tree3626208c3f2273ef56a881476e56c1ea9df5a937
parent9a96b66810deca9b38b39fcdd417ae11e8aa4e73
When using an index to scan a database table, read column data from the index in preference to the table. This increases the likelihood that the table will not be required at all. (CVS 4580)

FossilOrigin-Name: 061608c72ac0a96eacf3b64d638235e4739f96ba
manifest
manifest.uuid
src/where.c
test/intpkey.test
test/where.test