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
batch.Append
batch.AppendStructure
Data appended to batch
It seems like error is in this line: https://github.com/ClickHouse/clickhouse-go/blob/main/lib/column/json.go#L43
If I replace Bool with Boolean it works like a charm.
Bool
Boolean
The text was updated successfully, but these errors were encountered:
@ilyabreev, thanks for reporting this. This is an odd bug. Thanks for your investigation. The fix is on the way!
Sorry, something went wrong.
jkaflik
Successfully merging a pull request may close this issue.
Describe the bug
Steps to reproduce
batch.Append
orbatch.AppendStructure
passing json map with boolean fieldExpected behaviour
Data appended to batch
It seems like error is in this line:
https://github.com/ClickHouse/clickhouse-go/blob/main/lib/column/json.go#L43
If I replace
Bool
withBoolean
it works like a charm.The text was updated successfully, but these errors were encountered: