]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rework the rowid lookup logic in the query optimizer to fix various
authordrh <drh@noemail.net>
Fri, 12 Dec 2008 17:56:16 +0000 (17:56 +0000)
committerdrh <drh@noemail.net>
Fri, 12 Dec 2008 17:56:16 +0000 (17:56 +0000)
commit959403f8945a5b2a3c06b628600d052d5946e157
tree8661e001ae4c2015fce6ca6490bc8953ec340837
parentbfbfadb43a536e59715416c65533c4b57fd5c938
Rework the rowid lookup logic in the query optimizer to fix various
boundary value problems.  Ticket #3536.  Renamed the OP_MoveXX opcodes
to OP_SeekXX. (CVS 6024)

FossilOrigin-Name: e545490a2828f7f703172dda6d2b9f3342dc134a
manifest
manifest.uuid
src/vdbe.c
src/where.c
test/boundary1.test [new file with mode: 0644]
test/quick.test