Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish support for DateOnly/TimeOnly types #29

Closed
7 of 10 tasks
JordanMarr opened this issue Jul 18, 2022 · 0 comments
Closed
7 of 10 tasks

Finish support for DateOnly/TimeOnly types #29

JordanMarr opened this issue Jul 18, 2022 · 0 comments

Comments

@JordanMarr
Copy link
Owner

JordanMarr commented Jul 18, 2022

DateOnly Support

  • SqlHydra.Query will need to manually convert DateTime parameter values to DateOnly.
  • SqlHydra.* provider packages will need to generate and use a custom GetDateOnly reader extension method for .NET 6 and above.

TimeOnly Support

  • SqlHydra.Query will need to manually convert TimeSpan parameter values to TimeOnly.
  • 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 JordanMarr changed the title Finish support for TimeOnly types Finish support for DateOnly/TimeOnly types Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant