Skip to content

Commit

Permalink
Addressing issue #74
Browse files Browse the repository at this point in the history
Addressing issue : bit data type is casted as string and results in an error #74
  • Loading branch information
BamboOSZ authored Apr 4, 2024
1 parent ed33058 commit e460242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_mysql/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def sdk_typing_object(
"char": th.StringType(),
"bool": th.BooleanType(),
"variant": th.StringType(),
"bit": th.IntegerType(),
}
if isinstance(from_type, str):
type_name = from_type
Expand Down

0 comments on commit e460242

Please sign in to comment.