]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add assert() statements on the nExtraDelete variable in vdbe.c to try to verify
authordrh <drh@noemail.net>
Wed, 27 Jan 2016 15:49:32 +0000 (15:49 +0000)
committerdrh <drh@noemail.net>
Wed, 27 Jan 2016 15:49:32 +0000 (15:49 +0000)
commitb89aeb6aa2cacdb57ef4bd73f980eb4f16ec52e4
tree79ecb4a90c534c411f033fc5cf46e9698bc745b5
parent8716bfd8cd280722988d504caf91cb995d13ebdc
Add assert() statements on the nExtraDelete variable in vdbe.c to try to verify
that the FORDELETE and IDXDELETE flags are being generated correctly.  Those
flags are not currently generated correctly, and so the assert()s trip on this
check-in.

FossilOrigin-Name: dde1db0dd2e2cf04706117629756c352b178ebb8
manifest
manifest.uuid
src/delete.c
src/insert.c
src/vdbe.c
src/vdbeInt.h
test/e_changes.test