1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Add bpchar to list of string types.

Thanks to Steve McClure <smcclure@racemi.com> for the patch.
This commit is contained in:
D'Arcy J.M. Cain 2001-06-15 02:23:18 +00:00
parent 823ab92295
commit f09546fabf

View File

@ -395,7 +395,7 @@ class pgdbType:
return -1
STRING = pgdbType(
'char', 'name', 'text', 'varchar'
'char', 'bpchar', 'name', 'text', 'varchar'
)
# BLOB support is pg specific