mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user