]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
this version works with *all* the polymorphic scenarios by putting the subquery into
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 16:46:58 +0000 (12:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 16:46:58 +0000 (12:46 -0400)
commit4a794aa5481b3d6e6ab3bae6d12c39d8cb228da8
tree2133bc5354200ef37e6ca485e6c4b19b1696550f
parent4cf01115f669e44d77d46381f16ea5bf57197a1b
this version works with *all* the polymorphic scenarios by putting the subquery into
an aliased(), so that it can be controlled.  self ref breaks now.  will move the
joining out to use orm.join().
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_query.py