]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor some jump opcodes in the VDBE. Add JumpZeroIncr and DecrJumpZero.
authordrh <drh@noemail.net>
Sat, 7 Mar 2015 00:57:37 +0000 (00:57 +0000)
committerdrh <drh@noemail.net>
Sat, 7 Mar 2015 00:57:37 +0000 (00:57 +0000)
commit16897072b5bd1dc5970cc7d3259f538424f502ad
treece249d127389955333b982ec1603b8c67ef345da
parenta9c18a90673169aa9f39dbfff515dded87654691
Refactor some jump opcodes in the VDBE.  Add JumpZeroIncr and DecrJumpZero.
Fix the LIKE optimization to work with DESC sort order.

FossilOrigin-Name: 26cb5145bf52f8c3fffa8c69b6c24aee4d974883
manifest
manifest.uuid
src/func.c
src/select.c
src/vdbe.c
src/where.c
test/like3.test