]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to using query.count() with distinct, **kwargs with SelectResults
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Aug 2006 21:22:28 +0000 (21:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Aug 2006 21:22:28 +0000 (21:22 +0000)
commit7252ccd7c988d2fe2f218401a0a81738e19fa239
tree625eb2dc56b3d3133de86b91565cb6a619d97a11
parent47332cb1477f6a5affb5b78bb8aff0523c499d90
- fix to using query.count() with distinct, **kwargs with SelectResults
count() [ticket:287]
CHANGES
lib/sqlalchemy/ext/selectresults.py
lib/sqlalchemy/orm/query.py
test/orm/selectresults.py