ClickHouseClient icon indicating copy to clipboard operation
ClickHouseClient copied to clipboard

enum type support

Open SergeyMirvoda opened this issue 5 years ago • 0 comments

Looks like enum type is a very important feature.

As for me by default enums should be treated like c# string type when insert and select. Also, the driver should provide some helper class to register c# enums to allow usage of suck enum values in parameter's value like in npgsql.

SergeyMirvoda avatar Apr 18 '20 13:04 SergeyMirvoda