]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optimize out a NotExists/NotFound opcode that occurs in UPDATE processing
authordrh <drh@noemail.net>
Fri, 8 Nov 2013 01:09:15 +0000 (01:09 +0000)
committerdrh <drh@noemail.net>
Fri, 8 Nov 2013 01:09:15 +0000 (01:09 +0000)
commitce60aa469af3f9bb58ea403db5c5a67b57dc274e
treebcffd43fb8ced99a6d7d459983be3961fb447d9d
parent24f1985a250093211e0df527e1245c0655689ffc
Optimize out a NotExists/NotFound opcode that occurs in UPDATE processing
after constraint checks if there is no possiblity that the constraint checking
code might have moved the cursor.

FossilOrigin-Name: 74e3ee2ee6ea89af2c12dd0bce248467fd0f1310
manifest
manifest.uuid
src/insert.c
src/update.c