Skip to content

Commit

Permalink
mssql wei
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Sep 20, 2023
1 parent 9472245 commit f963fc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dlt/destinations/mssql/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ class MsSqlTypeMapper(TypeMapper):
"timestamp": "datetimeoffset(%i)",
"binary": "varbinary(%i)",
"decimal": "decimal(%i,%i)",
"time": "time(%i)"
"time": "time(%i)",
"wei": "decimal(%i,%i)"
}


Expand Down

0 comments on commit f963fc2

Please sign in to comment.