]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When constructing the synthensized SELECT statement that is used to choose
authordrh <>
Wed, 19 May 2021 21:55:56 +0000 (21:55 +0000)
committerdrh <>
Wed, 19 May 2021 21:55:56 +0000 (21:55 +0000)
commit1168f810929ede4d8d323a6acf721ff9cd89de90
tree0650c93d2dc312e631bbcec609862bc6bce6ce18
parent1f4f7c7a416801a4e195634b03650191a4a43c7a
When constructing the synthensized SELECT statement that is used to choose
the rows in an UPDATE FROM, make sure the first table is really the table
being updated, and not some common-table expression that happens to have the
same name.  [forum:/forumpost/a274248080|forum post a274248080].  More
changes associated with CTE name resolution are pending.

FossilOrigin-Name: 0f0959c6f95046e8e7887716e0a7de95da18d1e926ab1f919527083a56541db5
manifest
manifest.uuid
src/build.c
src/update.c