]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid an assert() failure that could occur in SQLITE_ENABLE_UPDATE_DELETE_LIMIT build...
authordan <Dan Kennedy>
Wed, 17 May 2023 11:31:51 +0000 (11:31 +0000)
committerdan <Dan Kennedy>
Wed, 17 May 2023 11:31:51 +0000 (11:31 +0000)
commit32a5feb53e69e75238bdd865b0539baf81f41f07
tree0753f00fff253245be82415a2ee83b88e07bfb35
parent010bd47b9879aa563d04827497c3a0cd91c19f7d
Avoid an assert() failure that could occur in SQLITE_ENABLE_UPDATE_DELETE_LIMIT builds when a WITH clause attached to an UPDATE or DELETE statement created a CTE of the same name as the table being modified.

FossilOrigin-Name: 8edf56d1698c3db38250db3b25864f658488414efb3a6b3e1443283b6affd26d
manifest
manifest.uuid
src/delete.c
src/update.c
test/wherelimit2.test