]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the table name aliasing on INSERT so that it occurs before the column list
authordrh <drh@noemail.net>
Thu, 19 Apr 2018 11:45:16 +0000 (11:45 +0000)
committerdrh <drh@noemail.net>
Thu, 19 Apr 2018 11:45:16 +0000 (11:45 +0000)
commit5e3a6ebf34aac81972b2ca9809494b8e7485c8d4
treee60f40039e1487d5de03a69543882add6f1da3e4
parentdedff6be8a98c7781b375c510c508202ad038acc
Fix the table name aliasing on INSERT so that it occurs before the column list
rather than afterwards, just as it does for PostgreSQL.  Add table name
aliasing to UPDATE and DELETE.

FossilOrigin-Name: 861a2e2a4895f96a5d8e1730e744983b2ac4311d0c2cf201c0e59f409030d5d7
manifest
manifest.uuid
src/parse.y
test/delete.test
test/update.test
test/upsert2.test
test/upsert3.test