]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new OP_BColumn opcode where the cursor is guaranteed to be of type btree-column-opcode
authordrh <drh@noemail.net>
Sat, 21 Nov 2015 17:53:06 +0000 (17:53 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Nov 2015 17:53:06 +0000 (17:53 +0000)
commit426504965c71ebe01eeafb1e7f4edad10aa1b201
tree805a3f0da23edd2248498f32a30c7c69e181dd73
parent62aaa6ca885067b241c88cf24a6c40c26df2a9ca
Add a new OP_BColumn opcode where the cursor is guaranteed to be of type
CURTYPE_BTREE and is thus able to skip some checks and run slightly faster.

FossilOrigin-Name: 093e0d10a81adc078dcb3e08e33ce89bdbe53789
manifest
manifest.uuid
src/vdbe.c
src/vdbeaux.c