Dmitry
Dmitry
Hello! If I try to use ClickhouseDecimal as a Dapper parameter to Where. I get an exception "The member DecimalName of type ClickHouse.Client.Numerics.ClickHouseDecimal cannot be used as a parameter value"....
Hi! Scale parameter in new ClickhouseDecimal class can be positive only (ushort). Are you planning to do it also negative to suppot such cases as {mantissa:1, scale=-3} => 1000? Thank
Thanks. ClickhouseDecimal parameter with custom handler to Dapper is working