]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When generating the name of a view (or common table expression) because the
authordrh <drh@noemail.net>
Fri, 3 Jan 2020 02:20:37 +0000 (02:20 +0000)
committerdrh <drh@noemail.net>
Fri, 3 Jan 2020 02:20:37 +0000 (02:20 +0000)
commit0cbec59c8bbaa2e2ddf13928441d68b28a9aa3d0
tree3d75061431bac9fbbb2f9cf60866fcfe05ce97e4
parente1f49b88501363222a3f13c25c1ec4e08150811b
When generating the name of a view (or common table expression) because the
SQL does not specify a name, avoid the names "true" and "false" which might
be confused for the boolean literals of the same name, leading to an
inconsistent abstract syntax tree.

FossilOrigin-Name: ff9492d3ff733c222ea67f23d478df1547641b5e2e6dd870b0b29e25c13f3739
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
test/with1.test