]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- "innerjoin" flag doesn't take effect along the chain
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Nov 2010 05:02:48 +0000 (01:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Nov 2010 05:02:48 +0000 (01:02 -0400)
commit30bc42403754110df1fdec3037c7700cc4f26b70
tree4ecb7e23c4d019003253cdd15be1115f23af21bc
parent855dbda8258ef62444286924431a5a8171b91e89
- "innerjoin" flag doesn't take effect along the chain
of joinedload() joins if a previous join in that chain
is an outer join, thus allowing primary rows without
a referenced child row to be correctly returned
in results.  [ticket:1954]
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/test_eager_relations.py