]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Generates code to implement either an index search or a table scan,
authordrh <>
Sat, 14 Jun 2025 09:54:54 +0000 (09:54 +0000)
committerdrh <>
Sat, 14 Jun 2025 09:54:54 +0000 (09:54 +0000)
commit64fd6217a397085395574dbfe60bf87c6552aae8
tree566c692f9c9bab6f5d34a0b903cbbab0d71630a0
parent67ac07aed4dc01bc84598138ba3b0b46b576855b
Generates code to implement either an index search or a table scan,
according to the results of the OP_IfUseIndex opcode.  But does not
always work.  And the OP_IfUseIndex opcode is currently an unconditional
"yes".

FossilOrigin-Name: 9872df2b85cc19b2993fbe5d1303d902dea6ed825f7f775232ac32bfc4880824
manifest
manifest.uuid
src/vdbe.c
src/where.c
src/wherecode.c