]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- made final refinements to the feature and we are 100% go on subquery loading.
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 21:54:52 +0000 (17:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 21:54:52 +0000 (17:54 -0400)
commit290a1596ce6f806aa6f25dd754cf0d2197f160ff
tree0d578a1b1eed9c87ce068e05d50b1aac9acb51e8
parent2db0f5f794a63e8f9fa6dc1e7b38f7375b6a6346
- made final refinements to the feature and we are 100% go on subquery loading.
- Query.join(Cls.propname, from_joinpoint=True) will check more
carefully that "Cls" is compatible with the current joinpoint,
and act the same way as Query.join("propname", from_joinpoint=True)
in that regard.
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_query.py