From 5e0a1d1ea1a9d7ed38878ef4c3fb3971b3236f28 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 26 Oct 2009 18:52:12 +0000 Subject: [PATCH] no native unicode for mysql + zxjdbc --- test/sql/test_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 100ff8b782..2750d58798 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'), + #('mysql','zxjdbc'), # no unicode for MySQL ('sqlite','pysqlite'), )), \ "name: %s driver %s returns_unicode_strings=%s" % \ -- 2.47.3