]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a count parameter to the OP_Variable opcode and use it to simplify
authordrh <drh@noemail.net>
Fri, 20 Feb 2009 03:55:05 +0000 (03:55 +0000)
committerdrh <drh@noemail.net>
Fri, 20 Feb 2009 03:55:05 +0000 (03:55 +0000)
commit08de14908d354c34206db249807703683e84676a
treee9ee637fd892230952aeecb9638f32713c26b7b1
parent5053a79b6ce3fde5f832a0af9206571e7aca19bd
Add a count parameter to the OP_Variable opcode and use it to simplify
prepared statements that copy consecutive unnamed parameters into
consecutive registers (a common case). (CVS 6309)

FossilOrigin-Name: 48b77b04935d8942eb22f0c061f3bc5e99bbd7db
manifest
manifest.uuid
src/expr.c
src/vdbe.c
src/vdbeblob.c
test/bind.test