]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Repaired common table expression
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jun 2012 22:21:42 +0000 (18:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jun 2012 22:21:42 +0000 (18:21 -0400)
commit1ac57f0b52e3e89097129931d46ebbbb39ee7927
tree548f6e6982fa3501d6b5a5cf7abd1537a5a68a68
parenta29245e247698160172e42e2154180997b81b8ba
- [bug] Repaired common table expression
rendering to function correctly when the
SELECT statement contains UNION or other
compound expressions, courtesy btbuilder.
[ticket:2490]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py