Max Grebeniuk

Results 3 comments of Max Grebeniuk

https://github.com/demetrixbio/FSharp.Data.Npgsql is very similar to FSharp.Data.SqlClient. We recently migrated to netstandard2.0 without any net461 dependencies. It works smoothly on Windows/Unix using [3.1.201](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md) SDK. If you are having issues, I would...

https://github.com/demetrixbio/FSharp.Data.Npgsql is very similar to FSharp.Data.SqlClient. We recently migrated to netstandard2.0 without any net461 dependencies. It works smoothly on Windows/Unix using [3.1.201](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md) SDK. If you are having issues, I would...

FSharp.Data.Npgsql type provider is also affected by this bug, - as of now we are manually setting DateTime kind for timestamptz columns to UTC in a library. https://github.com/demetrixbio/FSharp.Data.Npgsql/blob/master/src/Runtime/Utils.fs#L162