diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-11-03 19:48:07 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-11-03 19:48:07 +0000 |
| commit | 6acbb4fb93eb556de88847f8acc38c9bbf86fb2f (patch) | |
| tree | 693007f54674c5ce48942199553f5efdee7cee5c /test/sql | |
| parent | cac9f6b3bb2bffea34c9371451cd070eb5d45a56 (diff) | |
| download | sqlalchemy-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.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" % \ |
