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

Add DateOnly support to RangeQuery (#314 & #307) #315

Merged
merged 2 commits into from
Nov 29, 2022

Conversation

nikcio
Copy link
Contributor

@nikcio nikcio commented Nov 21, 2022

fixes: #314

depends on: #307 for .Net 6.0 target.

This adds DateOnly support to the RangeQuery method by checking the type of the generic argument and changing the value to DateTime on the fly. Thereby not needing new indexing.

Note: DateOnly is only supported in Net 6.0 and above

  • Added 3 tests to test the functionality.

@Shazwazza Shazwazza merged commit 6a19af0 into Shazwazza:release/3.0 Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support DateOnly in range query
2 participants