]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem in which nested CTEs with the same table name trick the
authordrh <drh@noemail.net>
Thu, 27 Dec 2018 02:16:01 +0000 (02:16 +0000)
committerdrh <drh@noemail.net>
Thu, 27 Dec 2018 02:16:01 +0000 (02:16 +0000)
commitbdefaf08eeaab84a109d5ef01593b95aa4fe04ef
tree5e898f6d5eab60053d54278843c6a99c9d0241e1
parent7eb2c9176a96af35be69436fa4aef436c06284fc
Fix a problem in which nested CTEs with the same table name trick the
code generator into thinking they are the same CTE, which then tries to
use the manifest them both into the same transient table.

FossilOrigin-Name: 202dd033019dd27428e3cc5f6e164c95b37efe39e2753515112b201ddefca67b
manifest
manifest.uuid
src/select.c
test/with1.test