ClickHouse-Net
ClickHouse-Net copied to clipboard
Yandex ClickHouse fully managed .NET client
**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: 
Hello! To use an assembly in other signed assemblies, a strong name is required.
@ is considered as a parameter
## 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...