-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'm trying to integrate 3rd party types into clickhouse-connect. For example, whenever.Instant
I found them useful here:
https://clickhouse.com/docs/en/integrations/python#write-formats
https://clickhouse.com/docs/en/integrations/python#read-formats
The write-format could be related, but I found the query string formatting is its own function and rather limited.
Describe the solution you'd like
It would be best to add set_query_format, and refers to it when constructing query SQL.
Describe alternatives you've considered
I tried monkey-patching. I did patching format_bind_value and format_query_value. but the meanings of them are unclear.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request