We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
STRING
TYPE_MAP
1 parent 78eaa36 commit 386be7aCopy full SHA for 386be7a
py_questdb/db_types.py
@@ -17,6 +17,7 @@
17
"DOUBLE": float,
18
"VARCHAR": str,
19
"TIMESTAMP": datetime.datetime.fromisoformat,
20
+ "STRING": str,
21
}
22
23
0 commit comments