]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the Xfer-optimization on the INSERT statement so that it is omitted if
authordrh <>
Mon, 28 Feb 2022 16:44:58 +0000 (16:44 +0000)
committerdrh <>
Mon, 28 Feb 2022 16:44:58 +0000 (16:44 +0000)
commit935c37229ca9f9a02ab076756ba4e95dcb4c44d7
tree920379a20facc3619f81726a9b58fecff06edf6f
parent8552b10c45578bb8e7f37ab5c44416e8f1ed7f35
Fix the Xfer-optimization on the INSERT statement so that it is omitted if
there is a RETURNING clause, since that optimization is not able to deal
with RETURNING.  See [forum:/forumpost/595e132f71|forum thread 595e132f71]
for details.

FossilOrigin-Name: 1d3760a517b8bd2a6be82d2d5788945f49397cdc539fe28fd23e2c0c62a1dbe2
manifest
manifest.uuid
src/insert.c
test/insert4.test
test/returning1.test