]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug regarding "subqueryload" strategy whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Jan 2011 17:25:17 +0000 (12:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Jan 2011 17:25:17 +0000 (12:25 -0500)
commit9f3b42cbce9db3592961b375dd14f6701a37f7cf
tree82600bc8696a215d11269c7d8618860ed608b7d1
parente46301b5154000148155ef00d15b35857ebb31ad
- Fixed bug regarding "subqueryload" strategy whereby
the join would fail if using a multi-level load
of the form from A->joined-subclass->C [ticket:2014]
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_query.py