]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow sub-queries in the FROM clause of an UPDATE...FROM statement to access the...
authordan <Dan Kennedy>
Mon, 5 Jul 2021 11:27:13 +0000 (11:27 +0000)
committerdan <Dan Kennedy>
Mon, 5 Jul 2021 11:27:13 +0000 (11:27 +0000)
commit5daf69e5f4277085ed44c76930f777cf415edff3
tree6b111cb67a8f17fd8d93c1c197ba2269124a9e35
parente46292a9203e83558353f285ee8fdc07667c01db
Allow sub-queries in the FROM clause of an UPDATE...FROM statement to access the object being updated without using an alias, as is required in the parent query.

FossilOrigin-Name: 740cb43025449b7d7b47a97ad00885e54b7701cbcb14f4a50c7523022e3936d5
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/update.c
test/upfrom2.test
test/vtab1.test