]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add OP_IdxGT and OP_IdxLE as distinct opcodes. Formerly these operations where
authordrh <drh@noemail.net>
Fri, 14 Feb 2014 15:13:36 +0000 (15:13 +0000)
committerdrh <drh@noemail.net>
Fri, 14 Feb 2014 15:13:36 +0000 (15:13 +0000)
commit4a1d365903ef55c06c7731fbd5fbb7811f9805ee
tree80e277483c29779622802f10217554a5fdc77ab5
parent2953ba9e20f02dad6c41eab2fbaaab4b5aae77e1
Add OP_IdxGT and OP_IdxLE as distinct opcodes.  Formerly these operations where
done using OP_IdxGE and OP_IdxLT with the P5 flag set.  But VDBE code is easier
to read with distinct opcode names.  Also change OP_SeekGe to OP_SeekGE, and
so forth, so that the capitalization is consistent.  The whole point of this
change is to improve the readability of VDBE listings.

FossilOrigin-Name: b6bea903ac8e1717ed50b221d73bd0be061c7663
manifest
manifest.uuid
src/vdbe.c
src/where.c