SqlHydra icon indicating copy to clipboard operation
SqlHydra copied to clipboard

Finish support for DateOnly/TimeOnly types

Open JordanMarr opened this issue 2 years ago • 0 comments

DateOnly Support

  • [x] SqlHydra.Query will need to manually convert DateTime parameter values to DateOnly.
  • [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 to TimeOnly.
  • [x] SqlHydra.* provider packages will need to generate and use a custom GetTimeOnly reader extension method for .NET 6 and above.

DateOnly tests

TimeOnly tests

JordanMarr avatar Jul 18 '22 16:07 JordanMarr