]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- query.count() emits "count(*)" instead of
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 May 2011 19:45:37 +0000 (15:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 May 2011 19:45:37 +0000 (15:45 -0400)
commit94ee7170b5e0ace72faca7e787e08f1da142bb3f
tree016ff1f831ace1e904ffbb418c354a226f9ce62f
parent4d99799ee724070fe0fe7404f655854d223f6e93
- query.count() emits "count(*)" instead of
"count(1)".  [ticket:2162]
- another test that should be excluded from "low-connections"
CHANGES
lib/sqlalchemy/orm/query.py
test/engine/test_transaction.py
test/lib/assertsql.py
test/orm/test_query.py