ClickHouse.Client icon indicating copy to clipboard operation
ClickHouse.Client copied to clipboard

.NET client for ClickHouse

Results 97 ClickHouse.Client issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/6413705/183257535-47ceed25-642d-42f2-8712-85faab7833a2.png) 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...

enhancement

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...

bug

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...

dependencies