]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in common table expression system where if the CTE were
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Jul 2013 22:42:58 +0000 (18:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Jul 2013 22:42:58 +0000 (18:42 -0400)
commit8b0f4d2a92c54cde9fefa8182bbd1bb503071d49
treeb7c715f6d4d5c4952901fe3a19dc163ae35b26bc
parent937c098d5a9b11f2707fc7bf57408cd98dae5c4e
- Fixed bug in common table expression system where if the CTE were
used only as an ``alias()`` construct, it would not render using the
WITH keyword.  Also in 0.8.3, 0.7.11.
[ticket:2783]
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/test_cte.py