]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixed native unicode test to work with pypostgresql.
authorMichael Trier <mtrier@gmail.com>
Mon, 22 Feb 2010 19:03:44 +0000 (19:03 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 22 Feb 2010 19:03:44 +0000 (19:03 +0000)
test/sql/test_types.py

index c4d92b46d0c3177c35685a16a678597e05dcdc1e..77fdcf6e684f6446aff00095d403b66c58edb2fc 100644 (file)
@@ -282,6 +282,7 @@ class UnicodeTest(TestBase, AssertsExecutionResults):
             ((testing.db.name, testing.db.driver) in \
             (
                 ('postgresql','psycopg2'),
+                ('postgresql','pypostgresql'),
                 ('postgresql','pg8000'),
                 ('postgresql','zxjdbc'),  
                 ('mysql','oursql'),