]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby usage of a UNION
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2012 22:55:59 +0000 (18:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2012 22:55:59 +0000 (18:55 -0400)
commit16d66d35644eaa6609fdc5c8f805314f7cf4d0fc
tree563b1f9de236bf20918202fbb0cab813494ba3e9
parent8f5a31441aed9d223e67d211472445e574fc521f
- [bug] Fixed bug whereby usage of a UNION
or similar inside of an embedded subquery
would interfere with result-column targeting,
in the case that a result-column had the same
ultimate name as a name inside the embedded
UNION. [ticket:2552]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py