Octonica / ClickHouseClient

ClickHouse .NET Core driver
Apache License 2.0
138 stars 23 forks source link

Fixed handling of DateTime64 columns #89

Closed MrDoe closed 6 months ago

MrDoe commented 6 months ago

I fixed two major problems concerning the handling of DateTime64 data:

Note: I removed support for netcoreapp3.1 and net6.0, because I didn't want to install these legacy frameworks on my PC. Don't merge the respective line in the .csproj file, if you still want to support them.