diff options
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_types.py | 2 |
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" % \ |
