Kuba Kaflik
Kuba Kaflik
Review tests that are skipped when run against a cloud instance. These tests should be marked with a usage of function: https://github.com/ClickHouse/clickhouse-go/blob/958ea18a35f9c0719adebcee013d1e839d7d7ef3/tests/package.go#L26
Currently, it's not possible to use HTTP protocol with default "API" interface. This means HTTP support will be marked as non-experimental.
ClickHouse as of version 23.7 enables sparse serialization in native format for supported proto versions. This should be implemented in clickhouse-go as well. More details are to be provided.
**Is your feature request related to a problem? Please describe.** [Async insert](https://clickhouse.com/docs/en/optimize/asynchronous-inserts/) needs to be better documented and exposed to the user. **Describe the solution you'd like** Add `WithAsync` to...
**Is your feature request related to a problem? Please describe.** Currently, for query parameters and custom settings, only string type value is supported. **Describe the solution you'd like** Implement the...
### Describe the bug When the PR is submitted from the fork, cloud tests fail on missing credentials. Access is restricted. https://github.com/orgs/community/discussions/26163 ### Expected behaviour GitHub Actions can be executed...
**Draft as it might require further testing. Joy support is 99% broken.** Currently during area recording, `mower_logic` adds points if the distance to the previous point was below value `0.1`....
Currently, publicly exposed types/functions are not commented.
[https://clickhouse.com/docs/en/sql-reference/syntax#defining-and-using-query-parameters](https://clickhouse.com/docs/en/sql-reference/syntax#defining-and-using-query-parameters) support is poorly documentated. Besides example and README mention https://github.com/ClickHouse/clickhouse-go/blob/main/examples/clickhouse_api/query_parameters.go there is no real documentation provided in ClickHouse docs.
**Is your feature request related to a problem? Please describe.** No binary distributed for arm64 arch. **Describe the solution you'd like** Provide a build binary for arm64 arch. **Describe alternatives...