From: Michael Trier Date: Mon, 22 Feb 2010 19:03:44 +0000 (+0000) Subject: Fixed native unicode test to work with pypostgresql. X-Git-Tag: rel_0_6beta2~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055ac80eb2ca7676e78d9c8e49c7fe96a74e802c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixed native unicode test to work with pypostgresql. --- diff --git a/test/sql/test_types.py b/test/sql/test_types.py index c4d92b46d0..77fdcf6e68 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -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'),