]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed regression dating back to 0.7.9 whereby the name of a CTE might
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Aug 2013 18:46:04 +0000 (14:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Aug 2013 18:46:04 +0000 (14:46 -0400)
commit236db85f96e84fe099e63182bc4e67ceb65bd0d0
treeeeab827ef786b6130f0b2d4d509b78d50cb96a71
parente7c179ac72abf83d32da6a79e5c94f58aa28f904
Fixed regression dating back to 0.7.9 whereby the name of a CTE might
not be properly quoted if it was referred to in multiple FROM clauses.
Also in 0.8.3, 0.7.11. [ticket:2801]
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_cte.py