From f09546fabf5c13c6fac457838c7366171df469fc Mon Sep 17 00:00:00 2001
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Date: Fri, 15 Jun 2001 02:23:18 +0000
Subject: [PATCH] Add bpchar to list of string types. Thanks to Steve McClure
 <smcclure@racemi.com> 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 68cd64cc220..85ff7656c69 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
-- 
GitLab