]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby subqueryload() from
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2012 18:18:05 +0000 (14:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2012 18:18:05 +0000 (14:18 -0400)
commitd05319ec7e7868fb09792d07d975c029c178d2d0
treed5ace0ef6257598dcd5ccf6dc1bc641e1d05be7b
parentc550db78b299361d0870154a85dc4eb5a13da2bc
- [bug] Fixed bug whereby subqueryload() from
a polymorphic mapping to a target would incur
a new invocation of the query for each
distinct class encountered in the polymorphic
result.  [ticket:2480].  Also in 0.7.8.
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py