]> 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)
commit07091da10fc277e39f484da7c40ae9ce1adf7d2b
tree9e0a763896001eef5c006c6e7ab42aed337e2d41
parent66162784561df96577eff77385fce83999a7fe2d
- 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