]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- implemented from_obj argument for query.count, improves count function
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Nov 2006 21:31:56 +0000 (21:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Nov 2006 21:31:56 +0000 (21:31 +0000)
commitaeb8c429bf5f74e35e4c297dfbb82588beb8ade8
tree043788faa20067b543085c10a79898775e81d2b4
parent266f9f1ebe9fe07bf272e3631491dac5c7f97951
- implemented from_obj argument for query.count, improves count function
on selectresults [ticket:325]
CHANGES
lib/sqlalchemy/orm/query.py
test/ext/selectresults.py