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:
parent
823ab92295
commit
f09546fabf
@ -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…
x
Reference in New Issue
Block a user