]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the OP_Undef and OP_IsUndef opcodes. With these, use the first register
authordrh <drh@noemail.net>
Fri, 7 Feb 2014 13:20:31 +0000 (13:20 +0000)
committerdrh <drh@noemail.net>
Fri, 7 Feb 2014 13:20:31 +0000 (13:20 +0000)
commita5750cfe01b8fb83cf7382fc04b288c0b649b023
treeff2b9940cf5477f5389cbc9819a5b7a6bd683c28
parent21a919f63022549c8f76e2892573aac9178d1528
Add the OP_Undef and OP_IsUndef opcodes.  With these, use the first register
in the result register range as the flag to indicate EOF on an INSERT from
a SELECT, rather than allocating a separate boolean register for that task.

FossilOrigin-Name: 6fb7448550f28a3c93053e125faeaf11de1011d0
manifest
manifest.uuid
src/insert.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vdbemem.c