We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I've filed an issue under the clickhouse-go repo, but this might be an issue with the clickhouse driver.
ClickHouse/clickhouse-go#939
Is it expected for the output of a serializer to be its value (a string for example), or for it to be a *schema.serializer object?
*schema.serializer
It seems as though otherwise, DB clients need to explicitly handle this serializer object, which isn't the case with clickhouse-go. For example, see this switch on types for FixedString inserts: https://github.com/ClickHouse/clickhouse-go/blob/ca9c1f0265cec9aeb5cd54cabec31136adc2c9b3/lib/column/fixed_string.go#L140
FixedString
The text was updated successfully, but these errors were encountered:
jinzhu
No branches or pull requests
Hi, I've filed an issue under the clickhouse-go repo, but this might be an issue with the clickhouse driver.
ClickHouse/clickhouse-go#939
Is it expected for the output of a serializer to be its value (a string for example), or for it to be a
*schema.serializer
object?It seems as though otherwise, DB clients need to explicitly handle this serializer object, which isn't the case with clickhouse-go.
For example, see this switch on types for
FixedString
inserts:https://github.com/ClickHouse/clickhouse-go/blob/ca9c1f0265cec9aeb5cd54cabec31136adc2c9b3/lib/column/fixed_string.go#L140
Description
The text was updated successfully, but these errors were encountered: