]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A major fix in query.join(), when the "on" clause is an
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Feb 2010 00:43:09 +0000 (00:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Feb 2010 00:43:09 +0000 (00:43 +0000)
commit930349073341ee3a91cc385f9151d2dde07254c6
treee0f5ba3baa77bef48834fe06dbc261bf7e651667
parent2aa9f5541bbbaf63a9762c78db21292180b17219
- A major fix in query.join(), when the "on" clause is an
attribute of an aliased() construct, but there is already
an existing join made out to a compatible target, query properly
joins to the right aliased() construct instead of sticking
onto the right side of the existing join.  [ticket:1706]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py