mikependon / RepoDB

A hybrid ORM library for .NET.
Apache License 2.0
1.7k stars 125 forks source link

Add full DateOnly support #1184

Closed rhuijben closed 1 month ago

rhuijben commented 1 month ago

Add some missing pieces to properly support DateOnly.

Add simple regression test showing that it now works in the usual cases. (It was +- completely broken before this PR. The parts that were added did bad conversions)

Resolves #1183

mikependon commented 1 month ago

Nice PR by the way and thanks for this.