ClickHouse-Net icon indicating copy to clipboard operation
ClickHouse-Net copied to clipboard

Yandex ClickHouse fully managed .NET client

Results 17 ClickHouse-Net issues
Sort by recently updated
recently updated
newest added

**Description:** In version v2.0.5, when inserting into a table with a column of type LowCardinality(Nullable(String)), the column value is always null. **Steps to reproduce:** Just run this code and then...

## Description This construction in the code of DecimalColumnType.cs (line 102) fails with big decimal numbers, e.g. 100000000000000000000000000.12345: ![image](https://github.com/user-attachments/assets/ad20c2bf-d44c-40f6-9e37-31d41422bf35)

Hello! To use an assembly in other signed assemblies, a strong name is required.

## Description Generally works super, but a couple of times I got a sudden process total freeze (for more than 10 hours). Last time I investigated the situation via Remote...

## Description This exception occurs at "ClickHouse.Ado.ClickHouseDataReader.NextResult()" for some column present in Altinity.Cloud Demo "github_events" table: ``` System.NotSupportedException: Unknown column type at ClickHouse.Ado.Impl.ColumnTypes.ColumnType.Create(String name) at ClickHouse.Ado.Impl.Data.ColumnInfo.Read(ProtocolFormatter formatter, Int32 rows, CancellationToken...