]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- made some fixes to the "from_joinpoint" argument to
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Mar 2008 17:21:41 +0000 (17:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Mar 2008 17:21:41 +0000 (17:21 +0000)
commit6bc2784a4d2ce6f880c9d36daad4205127f6336b
tree4b4e994a0b0ae5b2b100f908ea11b1c6c208aa1d
parent55192da8993bb89b637312fba319a412eb6ceabd
- made some fixes to the "from_joinpoint" argument to
query.join() so that if the previous join was aliased
and this one isn't, the join still happens successfully.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/query.py