]> 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:19:26 +0000 (18:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jun 2012 22:19:26 +0000 (18:19 -0400)
commit339f3abdeb63bba68492da2aac903a98c32ca421
tree63cf60d735fac3ac9342b399e738e9279214e24c
parentc0086b68acc7b2694cfc8737311026c3d3caeca3
  - [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