]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new OP_SeekRowid opcode, that combines the functions of OP_MustBeInt
authordrh <drh@noemail.net>
Thu, 26 May 2016 20:56:38 +0000 (20:56 +0000)
committerdrh <drh@noemail.net>
Thu, 26 May 2016 20:56:38 +0000 (20:56 +0000)
commiteeb9565a3e3397340a4dc79a8b693e35cdecfb7c
treea054e5793db17e2467c972bebaf97c3a7c72a3d8
parentce3c5011d9325adf3546505c45d40243db6e7eee
Add a new OP_SeekRowid opcode, that combines the functions of OP_MustBeInt
and OP_NotExists.  This makes the code slightly smaller and faster.

FossilOrigin-Name: ffe80a1bfa014943a614fc6993c1749b9bfec4c1
manifest
manifest.uuid
src/expr.c
src/pragma.c
src/vdbe.c
src/wherecode.c