]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- property.of_type() is now recognized on a single-table
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jan 2009 19:23:56 +0000 (19:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jan 2009 19:23:56 +0000 (19:23 +0000)
commit182badb266ef1ebae5f5acb3a87fb7cb99569799
tree8eb3168dd1db0a362aa08df51dcfbd97783db3b4
parentb5e0d613faf826f6824e6dfc5814eb9d7a3af76a
- property.of_type() is now recognized on a single-table
inheriting target, when used in the context of
prop.of_type(..).any()/has(), as well as
query.join(prop.of_type(...)).
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/util.py
test/orm/inheritance/single.py