]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
no native unicode for mysql + zxjdbc
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Oct 2009 18:52:12 +0000 (18:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Oct 2009 18:52:12 +0000 (18:52 +0000)
test/sql/test_types.py

index 100ff8b78269905b550e91caa4a7e94dcf7e74eb..2750d58798ea46a5d0bba2844585f4a551d47b29 100644 (file)
@@ -263,7 +263,7 @@ class UnicodeTest(TestBase, AssertsExecutionResults):
                 ('postgresql','psycopg2'),
                 ('postgresql','pg8000'),
                 ('postgresql','zxjdbc'),
-                ('mysql','zxjdbc'),  
+                #('mysql','zxjdbc'),  # no unicode for MySQL
                 ('sqlite','pysqlite'),
             )), \
             "name: %s driver %s returns_unicode_strings=%s" % \