-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error querying 'Tuple' type #127
Comments
@jinwenjie98 what was the raw output from clickhouse that was being parsed? Testing it with multiple int types around the same output you've added above it seems to work as expected |
Reproduces with latest ClickHouse in |
Fixed in 6.3.0, please comment/reopen if reoccurs |
I used Dbeaver to query my ClickHouse database and the following type of columns exist in a particular table.
When I query the table in my C# application I am prompted with the error.
The code that went wrong is in the TypeConverter, as follows.
Error when node.Value is equal to 's String'.
The text was updated successfully, but these errors were encountered: