From: Mike Bayer Date: Mon, 26 Oct 2009 18:52:12 +0000 (+0000) Subject: no native unicode for mysql + zxjdbc X-Git-Tag: rel_0_6beta1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e0a1d1ea1a9d7ed38878ef4c3fb3971b3236f28;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git no native unicode for mysql + zxjdbc --- 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" % \