]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the OP_IdxInsert opcode to optionally accept unpacked key material.
authordrh <drh@noemail.net>
Wed, 9 Nov 2016 00:10:33 +0000 (00:10 +0000)
committerdrh <drh@noemail.net>
Wed, 9 Nov 2016 00:10:33 +0000 (00:10 +0000)
commit9b4eaebc68ec3a209c698b1220ef2bc49cdb41dc
treeddc38da5766092a4f8d19dbdd4ecc892152599a4
parent3b908d41a0d3800a6ebe5dff42f4117fc342105c
Enhance the OP_IdxInsert opcode to optionally accept unpacked key material.

FossilOrigin-Name: 89d958abbac45f2ca5954080cd9e74ec9a07ebb2
12 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/select.c
src/update.c
src/vdbe.c
src/wherecode.c