ClickHouse.Client
ClickHouse.Client copied to clipboard
Support DateOnly parameters
Hi!
I'm trying to filter by Date column. Currently I need to manually specify Date type:
new ClickHouseDbParameter { ParameterName = paramName, ClickHouseType = "Date", Value = value };
If I don't specify the type manually then TypeConverter choose DateTime type for DateTime and DateTimeOffset values.
What do you think about supporting DateOnly values and automatically choose Date type for them?
Hi. Thank you for your report. This is a trivial change, added for next release
Thank you! Lookng forward for the new release :)