]> 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:48:27 +0000 (18:48 -0400)
commit83b5939e2047208b44341e5cb2a67803bd274d0b
tree3cb321e7bcf22d0cfa3fb56b096ce9c34231e10d
parent6f265a4e6555a6040db1a6dc566825c0ac263fc7
- 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.
[ticket:2783]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/test_cte.py