]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
merge r6418 from 0.5, dedupe expressions on clause ident, not string value
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Oct 2009 17:12:58 +0000 (17:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Oct 2009 17:12:58 +0000 (17:12 +0000)
commit404f43894a63cea858189240c4027a7451b87bf2
tree9d8bfbcbcf78d4e53c01383784a4f0e0df1f3615
parent7b457b973102c8fe7c3105d5984f48a3265a5168
merge r6418 from 0.5, dedupe expressions on clause ident, not string value
[ticket:1574]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_select.py