Skip to content

Commit 386be7a

Browse files
committed
fix: missing STRING type in TYPE_MAP converter
1 parent 78eaa36 commit 386be7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py_questdb/db_types.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"DOUBLE": float,
1818
"VARCHAR": str,
1919
"TIMESTAMP": datetime.datetime.fromisoformat,
20+
"STRING": str,
2021
}
2122

2223

0 commit comments

Comments
 (0)