Skip to content

Commit

Permalink
Feat: add short datatype (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-608 authored Sep 24, 2024
1 parent 0f69b2b commit de1eaa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py_questdb/db_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
TYPE_MAP = {
"SYMBOL": str,
"BOOLEAN": bool,
"SHORT": int,
"LONG": int,
"DOUBLE": float,
"VARCHAR": str,
Expand Down

0 comments on commit de1eaa7

Please sign in to comment.