diff options
| author | Hajime Nakagami <nakagami@gmail.com> | 2013-02-17 15:07:19 +0900 |
|---|---|---|
| committer | Hajime Nakagami <nakagami@gmail.com> | 2013-02-17 15:07:19 +0900 |
| commit | 60028c360768ca7386294cae082b10356034d725 (patch) | |
| tree | 5c3b285d517abae9907661d38906bcf0b1954277 /test/sql | |
| parent | a521f212495c42c3f845690a98193ae5d1974a7e (diff) | |
| download | sqlalchemy-60028c360768ca7386294cae082b10356034d725.tar.gz | |
test for cymysql
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 0e6f1b5f0..92c2fa284 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -701,6 +701,7 @@ class UnicodeTest(fixtures.TestBase): ('mysql', 'zxjdbc'), ('mysql', 'mysqlconnector'), ('mysql', 'pymysql'), + ('mysql', 'cymysql'), ('sqlite', 'pysqlite'), ('oracle', 'zxjdbc'), ('oracle', 'cx_oracle'), |
