]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the OP_Once opcode so that it works correctly in trigger sub-programs. This...
authordan <dan@noemail.net>
Fri, 9 Dec 2011 13:24:16 +0000 (13:24 +0000)
committerdan <dan@noemail.net>
Fri, 9 Dec 2011 13:24:16 +0000 (13:24 +0000)
commit1d8cb21fdbd08180e65003df1ea015a8a16e6084
tree367fa87278acd0c4d26925c445a61e7dc27b38ea
parent254582f4c2211c4c7c7056512be0a1dee131fdda
Modify the OP_Once opcode so that it works correctly in trigger sub-programs. This is a candidate fix for [7bbfb7d442].

FossilOrigin-Name: 557c69055a300b4082830b5f4803091dca1c3140
12 files changed:
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeaux.c
src/where.c
test/tkt-7bbfb7d442.test [new file with mode: 0644]