]> 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 23:06:19 +0000 (19:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2012 23:06:19 +0000 (19:06 -0400)
commit5221d32549b24ffa5a4458c90b9b0861e714a5e8
treed4144462912eb1b6e80633fea407c5cc07311de1
parent9ae868939a7e8b10f4a75537b79cd81e587f6840
- [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