Zaid-Ajaj / LiteDB.FSharp

Advanced F# Support for LiteDB, an embedded NoSql database for .NET with type-safe query expression through F# quotations
MIT License
180 stars 22 forks source link

Support for Nullable DateTime #67

Open Blener opened 3 years ago

Blener commented 3 years ago

HI @Zaid-Ajaj

Addressing iss #66 This PR fixes only the DateTime case. Although I believe there is a way of doing it for all nullables, so far I haven't been able to make it work.

Blener commented 3 years ago

Maybe this same thing could fix #65 , if we do it for Set too