]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the code generation for UPDATE and DELETE so that
authordrh <drh@noemail.net>
Sun, 11 Nov 2007 18:36:34 +0000 (18:36 +0000)
committerdrh <drh@noemail.net>
Sun, 11 Nov 2007 18:36:34 +0000 (18:36 +0000)
commit95c07754849bf9ad32c08bb762eecb104e0c0abc
tree5e3d7f0898ea486c566feff82bebcbc99e3cd290
parentbc674334e5e18a9b2e824d4b02c65ec2a09d0637
Fix the code generation for UPDATE and DELETE so that
BEFORE triggers that use RAISE(IGNORE) do not leave extra
values on the stack.  Ticket #2767 (CVS 4535)

FossilOrigin-Name: 3391f4139ccfe62cc27739a06567c422ddae9c69
manifest
manifest.uuid
src/delete.c
src/update.c
test/tkt2767.test [new file with mode: 0644]