mikependon / RepoDB

A hybrid ORM library for .NET.
Apache License 2.0
1.68k stars 122 forks source link

Implemented auto-conversion from `DateTime` to `DateOnly` #1154

Closed xperiandri closed 9 months ago

xperiandri commented 9 months ago

For some reason NpgsqlDataReader determines column as DateTime instead of DateOnly and cast fails.

@mikependon if you want tests for that point me to the file where to implement them