Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Add support for more binary types
Browse files Browse the repository at this point in the history
  • Loading branch information
haleemur committed Jul 20, 2022
1 parent f08a0a1 commit 4a5f7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_mysql/discover_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

DATETIME_TYPES = {'datetime', 'timestamp', 'time', 'date'}

BINARY_TYPES = {'binary', 'varbinary'}
BINARY_TYPES = {'binary', 'varbinary', 'tinyblob', 'blob', 'mediumblob', 'longblob'}

SPATIAL_TYPES = {'geometry', 'point', 'linestring',
'polygon', 'multipoint', 'multilinestring',
Expand Down

0 comments on commit 4a5f7ed

Please sign in to comment.