summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-11-03 19:48:07 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-11-03 19:48:07 +0000
commit6acbb4fb93eb556de88847f8acc38c9bbf86fb2f (patch)
tree693007f54674c5ce48942199553f5efdee7cee5c /test/sql
parentcac9f6b3bb2bffea34c9371451cd070eb5d45a56 (diff)
downloadsqlalchemy-6acbb4fb93eb556de88847f8acc38c9bbf86fb2f.tar.gz
- simplify default schema name test
- MySQL + zxjdbc *is* unicode by default. it was the broken initialize()
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py
index 2750d5879..100ff8b78 100644
--- a/test/sql/test_types.py
+++ b/test/sql/test_types.py
@@ -263,7 +263,7 @@ class UnicodeTest(TestBase, AssertsExecutionResults):
('postgresql','psycopg2'),
('postgresql','pg8000'),
('postgresql','zxjdbc'),
- #('mysql','zxjdbc'), # no unicode for MySQL
+ ('mysql','zxjdbc'),
('sqlite','pysqlite'),
)), \
"name: %s driver %s returns_unicode_strings=%s" % \