Vasily Nemkov
Vasily Nemkov
Addressed in https://github.com/ClickHouse/clickhouse-cpp/pull/212
How do you plan to implement Reserve for ColumnString or ColumnLowCardinality?
@ChunyunShen you can try using `Client::SelectCancelable` together with in-query `SETTING` clause. But right now there are no tests that properly verify that.
Hi! Not supported RN, but any PRs are very welcome!
> BTW - maybe that should be also added to a build matrix? I.e. build with system libs, similar to We DEFINITELY need to add at least 1 variant to...
@DavidKeller Tnak you for a PR, few more steps to get it merged: * sign a CLA * [update the build matrix](https://github.com/ClickHouse/clickhouse-cpp/pull/168#issuecomment-1097674784) * Please also explain why would you need...
> I've fought quite a bit in order to test dependencies across all platforms. Installing each dependency using platform's package manager when available was getting more and more complex. >...
@DavidKeller ping?
Expected result: a PR into clickhouse-cpp that would contain a new (or modified) GitHub workflow file that is: - triggered on release (can be tested in your fork) - builds...
Hi @Dlougach ! Thanks for pointing this out, it is less likely that this issue will get any attention soon. So you are welcome to submit a PR or a...