]> 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:54 +0000 (14:46 -0400)
commitcc031065806c630f337271a26fc722fbc9f2a79a
tree7b3e91d9ba252af2443ff8b6f013056c6f2f60df
parentd28d9f2bc85a479a8a9ec600ea6003c441323887
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]

Conflicts:
doc/build/changelog/changelog_09.rst

Conflicts:
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_cte.py