]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Query.count() will take single-table inheritance
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Jun 2008 19:25:35 +0000 (19:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Jun 2008 19:25:35 +0000 (19:25 +0000)
commitaa3679794da096f4f758556ad5adf32922173d06
tree02e04199e1fe953cf049cedfeb277efa6ce9fbac
parent6bd2a1d804f179f365b3ebdb4adf79b6f50f4fb7
- Query.count() will take single-table inheritance
subtypes into account the same way row-based
results do. (ticket:1008]. partial merge of 0.5's r4831.)
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/inheritance/single.py