Add bpchar to list of string types.

Thanks to Steve McClure <smcclure@racemi.com> for the patch.
REL7_2_STABLE
D'Arcy J.M. Cain 25 years ago
parent 823ab92295
commit f09546fabf
  1. 2
      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

Loading…
Cancel
Save