From f09546fabf5c13c6fac457838c7366171df469fc Mon Sep 17 00:00:00 2001 From: "D'Arcy J.M. Cain" Date: Fri, 15 Jun 2001 02:23:18 +0000 Subject: [PATCH] Add bpchar to list of string types. Thanks to Steve McClure for the patch. --- src/interfaces/python/pgdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/python/pgdb.py b/src/interfaces/python/pgdb.py index 68cd64cc22..85ff7656c6 100644 --- a/src/interfaces/python/pgdb.py +++ b/src/interfaces/python/pgdb.py @@ -395,7 +395,7 @@ class pgdbType: return -1 STRING = pgdbType( - 'char', 'name', 'text', 'varchar' + 'char', 'bpchar', 'name', 'text', 'varchar' ) # BLOB support is pg specific -- 2.11.0