mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Add bpchar to list of string types.
Thanks to Steve McClure <smcclure@racemi.com> for the patch.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user