Commit f09546fa authored by D'Arcy J.M. Cain's avatar D'Arcy J.M. Cain

Add bpchar to list of string types.

Thanks to Steve McClure <smcclure@racemi.com> for the patch.
parent 823ab922
...@@ -395,7 +395,7 @@ class pgdbType: ...@@ -395,7 +395,7 @@ class pgdbType:
return -1 return -1
STRING = pgdbType( STRING = pgdbType(
'char', 'name', 'text', 'varchar' 'char', 'bpchar', 'name', 'text', 'varchar'
) )
# BLOB support is pg specific # BLOB support is pg specific
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment