Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Semprini/pyMDG
Browse files Browse the repository at this point in the history
  • Loading branch information
Semprini committed Jul 1, 2024
2 parents 3ebf9c1 + d25cc26 commit 630e42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
"boolean": "bool",
"DECIMAL": "Decimal",
"CHAR": "str",
"TIMESTAMP": "datetime.timestamp",
"TIMESTAMP": "datetime",
"Timestamp": "datetime",
"DATE": "date",
"INTEGER": "int",
"VARCHAR": "str",
Expand Down

0 comments on commit 630e42a

Please sign in to comment.