Skip to content

Commit 00f209a

Browse files
committed
feat(datatype): support geometry
1 parent 92ed19e commit 00f209a

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
@@ -331,6 +331,7 @@ def date_in(data: bytes, offset: int, length: int):
331331
1700: (FC_TEXT, numeric_in), # NUMERIC
332332
# 2275: (FC_BINARY, text_recv), # cstring
333333
# 2950: (FC_BINARY, uuid_recv), # uuid
334+
3000: (FC_TEXT, text_recv), # GEOMETRY
334335
# 3802: (FC_TEXT, json_in), # jsonb
335336
4000: (FC_TEXT, text_recv), # SUPER
336337
},

0 commit comments

Comments
 (0)