summaryrefslogtreecommitdiff
path: root/test/sql/alltests.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-12-15 01:07:05 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-12-15 01:07:05 +0000
commit422558bc5d58557a758b56f4d592d08dd6f86309 (patch)
treebbb3436b260ddc9d0c4d2fa3a3c53b046df24264 /test/sql/alltests.py
parent8a59bbed499395a0ae4a5eb08fdad708e2c43ca5 (diff)
downloadsqlalchemy-422558bc5d58557a758b56f4d592d08dd6f86309.tar.gz
fix to the fix for [ticket:396] plus a unit test
Diffstat (limited to 'test/sql/alltests.py')
-rw-r--r--test/sql/alltests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/alltests.py b/test/sql/alltests.py
index c79d7b67e..98dbfa6a0 100644
--- a/test/sql/alltests.py
+++ b/test/sql/alltests.py
@@ -15,6 +15,7 @@ def suite():
# assorted round-trip tests
'sql.query',
'sql.quote',
+ 'sql.rowcount',
# defaults, sequences (postgres/oracle)
'sql.defaults',