Skip to content

Commit 71f87f1

Browse files
committed
feat(datatype): support super
1 parent 8306e98 commit 71f87f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redshift_connector/utils/type_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ def date_in(data: bytes, offset: int, length: int):
311311
# 2275: (FC_BINARY, text_recv), # cstring
312312
# 2950: (FC_BINARY, uuid_recv), # uuid
313313
# 3802: (FC_TEXT, json_in), # jsonb
314+
4000: (FC_TEXT, text_recv), # SUPER
314315
},
315316
)
316317

0 commit comments

Comments
 (0)