diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-11-02 12:34:55 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-11-02 12:34:55 -0400 |
| commit | b746921e78f3890f643ed6581ac01b25f673b476 (patch) | |
| tree | 715c8f6c9fff708e40d486d14e962f41fa2c5c6a /test/sql | |
| parent | 256ae2ad1511d4be25a880ec3ef350689ee98af4 (diff) | |
| download | sqlalchemy-b746921e78f3890f643ed6581ac01b25f673b476.tar.gz | |
- [bug] Unicode adjustments allow latest pymysql
(post 0.4) to pass 100% on Python 2.
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 987e97f9b..efad45501 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -652,6 +652,7 @@ class UnicodeTest(fixtures.TestBase, AssertsExecutionResults): ('mysql','oursql'), ('mysql','zxjdbc'), ('mysql','mysqlconnector'), + ('mysql','pymysql'), ('sqlite','pysqlite'), ('oracle','zxjdbc'), ('oracle','cx_oracle'), |
