Open benedetto73 opened 2 months ago
Hi.
How do you expect this should work if driver doesn't know anything about Dynamic
type?
How would I know that the driver doesn't know about the Dynamic
type?
I would expect the driver to support all ClickHouse features.
Feel free to make a PR if you want it asap.
You can see all the supported types in the driver docs: https://clickhouse-driver.readthedocs.io/en/latest/types.html
Describe the bug I get this error when trying to insert data into a a table with a dynamic type. Actually a
map
withDynamic
values. Insertions without dynamic types work fine.Schema of the table:
Error I get:
To Reproduce
Expected behavior I would expect the code to work unless Dynamc types aren't explicitly supported.
Versions