From: Hajime Nakagami Date: Tue, 5 Mar 2013 15:21:54 +0000 (+0900) Subject: mysql+cymysql test_types.py X-Git-Tag: rel_0_8_0~8^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50cc82b7966f70aeb8c21d881be4ca2b3327f7bf;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git mysql+cymysql test_types.py --- diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 0e6f1b5f03..3c981e539c 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -690,6 +690,16 @@ class UnicodeTest(fixtures.TestBase): ('charset' in testing.db.url.query) ) + elif testing.against('mysql+cymysql'): + eq_( + testing.db.dialect.returns_unicode_strings, + # Py3K + #True + # Py2K + False + # end Py2K + ) + else: expected = (testing.db.name, testing.db.driver) in \ (