SqlHydra
SqlHydra copied to clipboard
Finish support for DateOnly/TimeOnly types
DateOnly
Support
- [x] SqlHydra.Query will need to manually convert
DateTime
parameter values toDateOnly
. - [x] SqlHydra.* provider packages will need to generate and use a custom
GetDateOnly
reader extension method for .NET 6 and above.
TimeOnly
Support
- [x] SqlHydra.Query will need to manually convert
TimeSpan
parameter values toTimeOnly
. - [x] SqlHydra.* provider packages will need to generate and use a custom
GetTimeOnly
reader extension method for .NET 6 and above.
DateOnly
tests
- [x] SqlServer
- [x] Npgsql
- [ ] Sqlite
-
Oracle "Oracle.ManagedDataAccess" package does not support
DateOnly
types
TimeOnly
tests
- [x] SqlServer
- [ ] Npgsql
- [ ] Sqlite
-
Oracle "Oracle.ManagedDataAccess" package does not support
TimeOnly
types