Skip to content

Commit ae9af4d

Browse files
author
James William Pye
committed
Fill in BPCHAROID as an encoded type.
1 parent 2ac77e8 commit ae9af4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

postgresql/protocol/typio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ def __init__(self):
651651
# Encoded character strings
652652
pg_types.ACLITEMOID : (None, None), # No binary functions.
653653
pg_types.NAMEOID : (None, None),
654+
pg_types.BPCHAROID : (None, None),
654655
pg_types.VARCHAROID : (None, None),
655656
pg_types.TEXTOID : (None, None),
656657
pg_types.CIDROID : (None, None),

0 commit comments

Comments
 (0)