]> 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:20:26 +0000 (14:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2012 18:20:26 +0000 (14:20 -0400)
commit7bb964e9e57849de921821b58260b86389b4b939
tree689a758e08ef4ff35ec3140071c01f5d02f8140b
parente1253b149b0a0b4c3ee2acc08235a2d7b4ef50d5
- [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]
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py