You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/.../python3.11/site-packages/clickhouse_connect/driver/query.py", line 402, in format_query_value
return f"[{', '.join(format_query_value(x, server_tz) for x in value)}]"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: sequence item 0: expected str instance, int found
Configuration
Environment
clickhouse-connect version: 0.7.6
Python version: 3.11
Operating system: MacOS Sonoma 14.4.1
The text was updated successfully, but these errors were encountered:
icemac
changed the title
format_query_value for list of integers broken since 0.7.5
format_query_value for list of integers/floats broken since 0.7.5
Apr 3, 2024
Steps to reproduce
Expected behaviour
Return a formatted query value, but raises an exception.
This worked fine until 0.7.4.
I think it got broken by #329
Code example
Result:
Configuration
Environment
The text was updated successfully, but these errors were encountered: