]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the OP_Once opcode so that it works correctly for recursive triggers.
authordrh <drh@noemail.net>
Fri, 24 Mar 2017 17:59:56 +0000 (17:59 +0000)
committerdrh <drh@noemail.net>
Fri, 24 Mar 2017 17:59:56 +0000 (17:59 +0000)
commitab087d4e67077e80b30caa34bae869af55773647
tree8442b7751efef70dfd8386d1d1a2deb5891cddd9
parentf9e91972c94e198a5c6406eeccb7068c35779211
Fix the OP_Once opcode so that it works correctly for recursive triggers.
Ticket [06796225f59c057cd120f1].

FossilOrigin-Name: 2556014514f36808e6d18b25722eae0daeeb8fbb5d18af13a9698ea6c6db1679
manifest
manifest.uuid
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
test/triggerG.test [new file with mode: 0644]