mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add bpchar to list of string types.
Thanks to Steve McClure <smcclure@racemi.com> for the patch.
This commit is contained in:
parent
823ab92295
commit
f09546fabf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue