]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make it an error to repeat the target object/alias of an UPDATE statement in its...
authordan <dan@noemail.net>
Fri, 17 Jul 2020 16:31:37 +0000 (16:31 +0000)
committerdan <dan@noemail.net>
Fri, 17 Jul 2020 16:31:37 +0000 (16:31 +0000)
commit07ca7d610b4305d7f2a3feb3a9cd7f10110dbc96
tree101d47113e8d5bf74c4220b48c5bd3ecdf3c996f
parent7e1d9512af94e52c4b4d65917ab1f4699d179b1d
Make it an error to repeat the target object/alias of an UPDATE statement in its FROM clause.

FossilOrigin-Name: d90a37e930c66afe95165955ae47efde08f52c8ce16c4fb239da0233335db050
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/update.c
test/upfrom1.tcl
test/upfrom1.test
test/upfrom2.test
test/upfrom3.test