From 055ac80eb2ca7676e78d9c8e49c7fe96a74e802c Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Mon, 22 Feb 2010 19:03:44 +0000 Subject: [PATCH] Fixed native unicode test to work with pypostgresql. --- test/sql/test_types.py | 1 + 1 file changed, 1 insertion(+) 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'), -- 2.47.3