ClickHouse.Client
ClickHouse.Client copied to clipboard
.NET client for ClickHouse
Multi-statements are not allowed Sql text SELECT * from table1;select * from table2;
I added a function to the ClickHouseBulkCopy class so that I can use this class without calling the list of columns
First of all, thank you for this library. We would like to get client statistics with query results like: "statistics": { "elapsed": 0.000256913, "rows_read": 0, "bytes_read": 0 } so we...
hi. can you support zstd compression in http call ? https://github.com/ClickHouse/ClickHouse/blob/512786346c5d615e512b8cea1c237699d1fe7153/tests/queries/0_stateless/00302_http_compression.sh This algorithm (zstd) is 3 times faster than gzip.  https://github.com/ClickHouse/ClickHouse/blob/512786346c5d615e512b8cea1c237699d1fe7153/tests/queries/0_stateless/00302_http_compression.sh#L29
I'm not sure if it is upstream issue in ClickHouse or some races in provider code, so I will fill it here for now. Following code fails with `Session is...
I used Dbeaver to query my ClickHouse database and the following type of columns exist in a particular table. ``` dataType Tuple(s String, i Int64) ``` When I query the...
Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 3.1.17 to 6.0.0. Release notes Sourced from Microsoft.Extensions.Http's releases. .NET 6.0 Release .NET 6.0 RC 2 Release .NET 6.0 RC 1 Release .NET 6.0 Preview 7 Release...