From 55fa83fd39a0cd572e7d6426b059235d18a91e9d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 3 Jun 2013 21:28:53 -0400 Subject: OK this is the broken version, need to think a lot more about this --- lib/sqlalchemy/orm/query.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/orm') diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index 69ae5155d..502b54f29 100644 --- a/lib/sqlalchemy/orm/query.py +++ b/lib/sqlalchemy/orm/query.py @@ -1891,10 +1891,10 @@ class Query(object): ( # TODO: this produces queries that fail the # compiler transformation in test_polymorphic_rel - # isinstance(right_mapper._with_polymorphic_selectable, expression.Alias) + isinstance(right_mapper._with_polymorphic_selectable, expression.Alias) # current - right_mapper.with_polymorphic + # right_mapper.with_polymorphic or overlap # test for overlap: # orm/inheritance/relationships.py -- cgit v1.2.1