]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug regarding "subqueryload" strategy whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Nov 2010 00:15:26 +0000 (19:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Nov 2010 00:15:26 +0000 (19:15 -0500)
commitbcf577c1d55a39695fe7df3bd25b6a3bad09f5cf
treefcd4030b8792add3c5c0b078d89487d3ec998da4
parent6dfdc9473977c6d94ff1eb090b96ec42f1b2d66d
- Fixed bug regarding "subqueryload" strategy whereby
strategy would fail if the entity was an aliased()
construct.  [ticket:1964]
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py