]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
whats up with the native_unicode test on jython
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Oct 2009 18:23:20 +0000 (18:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Oct 2009 18:23:20 +0000 (18:23 +0000)
test/sql/test_types.py

index c226b96ec6d86803a0b7915ec8fcac8ca2a5e15b..100ff8b78269905b550e91caa4a7e94dcf7e74eb 100644 (file)
@@ -262,10 +262,14 @@ class UnicodeTest(TestBase, AssertsExecutionResults):
             (
                 ('postgresql','psycopg2'),
                 ('postgresql','pg8000'),
-                #('postgresql','zxjdbc'), # really ? why not pg
-                ('mysql','zxjdbc'),  # but then yes for Mysql ?
+                ('postgresql','zxjdbc'),
+                ('mysql','zxjdbc'),  
                 ('sqlite','pysqlite'),
-            ))
+            )), \
+            "name: %s driver %s returns_unicode_strings=%s" % \
+                                        (testing.db.name, 
+                                         testing.db.driver, 
+                                         testing.db.dialect.returns_unicode_strings)
         
     def test_round_trip(self):
         unicodedata = u"Alors vous imaginez ma surprise, au lever du jour, quand une drôle de petit voix m’a réveillé. Elle disait: « S’il vous plaît… dessine-moi un mouton! »"