]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the EXPLAIN QUERY PLAN output to use "USING INDEX" instead of "BY INDEX",...
authordan <dan@noemail.net>
Sat, 13 Nov 2010 16:42:27 +0000 (16:42 +0000)
committerdan <dan@noemail.net>
Sat, 13 Nov 2010 16:42:27 +0000 (16:42 +0000)
commit4bc39fa1886665f4496fbd98c3a439729d7de1f8
tree2e5bb26f2a19c66533da97cf43b1e51aafbea978
parentfa00aa2ea1cccb27eeaaf1f445bc8a6fbf64876c
Change the EXPLAIN QUERY PLAN output to use "USING INDEX" instead of "BY INDEX", and to use "SEARCH" instead of "SCAN" for loops that are not full-table scans.

FossilOrigin-Name: 6611b76b0296875fb9903b25dfaa783a9c12eaa1
13 files changed:
manifest
manifest.uuid
src/where.c
test/autoindex1.test
test/e_createtable.test
test/e_fkey.test
test/eqp.test
test/indexedby.test
test/tkt-78e04e52ea.test
test/tkt3442.test
test/where3.test
test/where7.test
test/where9.test