summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-10-26 01:29:56 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-10-26 01:29:56 +0000
commitbc714d614df349ba4ef35a2863ffe6e191881b26 (patch)
tree9e6c08a62822b9b3da6dab3d526458bb316ba496 /test/sql
parent4a7f889d8a99a228f4693cd6eaba896182d15408 (diff)
downloadsqlalchemy-bc714d614df349ba4ef35a2863ffe6e191881b26.tar.gz
test fixes
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_types.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py
index 62c579d71..c226b96ec 100644
--- a/test/sql/test_types.py
+++ b/test/sql/test_types.py
@@ -262,8 +262,8 @@ class UnicodeTest(TestBase, AssertsExecutionResults):
(
('postgresql','psycopg2'),
('postgresql','pg8000'),
- ('postgresql','zxjdbc'),
- ('mysql','zxjdbc'),
+ #('postgresql','zxjdbc'), # really ? why not pg
+ ('mysql','zxjdbc'), # but then yes for Mysql ?
('sqlite','pysqlite'),
))