]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the Synopsis on OP_Concat. Added test_addop_breakpoint() during
authordrh <drh@noemail.net>
Thu, 31 Oct 2013 20:34:06 +0000 (20:34 +0000)
committerdrh <drh@noemail.net>
Thu, 31 Oct 2013 20:34:06 +0000 (20:34 +0000)
commit313619f5725632e4ea69b5f5d2b4ba9a50a31c3a
tree6c1679eac506105f99099c3057fbf1c1449ee7da
parentee0ec8e1db6049e6c38c94fa08201ca73ef3f60a
Fix the Synopsis on OP_Concat.  Added test_addop_breakpoint() during
SQLITE_DEBUG.  Enhanced sqlite3VdbeChangeToNoop() to omit the instruction
if it is the most recent added.  Continue to fix problems with UPDATE
and WITHOUT ROWID.

FossilOrigin-Name: 9b6d9e106aaa3c2efb33d234d26cf08cd3c967b9
manifest
manifest.uuid
src/delete.c
src/expr.c
src/update.c
src/vdbe.c
src/vdbeaux.c