-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SELECT ('Hello' AS a, 123 AS b)
fails on newer Clickhouse versions
#196
Comments
Thank you for the report! Right, Ch cannot parse named tuples right now. I'll try to prepare a fix later today. |
Thanks @ruslandoga ! I can't immediately test it because it seems we can't upgrade to Ecto 3.12 yet. |
Edit: ah I see you already wrote about that in the PR. Unfortunately, I have a column name with an underscore |
Thank you for trying it out! I added |
Thank you! |
A query where I do this:
started failing.
On version
23.12.2.59
:On
v24.8.1.2684
:On the newer version, it does work when I disable the new feature:
so it is very likely the new feature
Function tuple will now try to construct named tuples in query (controlled by enable_named_columns_in_function_tuple)
from Clickhouse 24.7.The text was updated successfully, but these errors were encountered: