-
Notifications
You must be signed in to change notification settings - Fork 225
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
Map range operations #311
Comments
I'm new to query operator translation, but if no one else has started in on this, I can take a first pass at it. I've forked the dev branch and have gotten most of the test suite building locally. So far I've started on the containment operators:
Questions:
|
Hi @austindrenski, it's great to have you as a contributor! There's no style guide really, I suggest you try to follow the conventions you see in the codebase. You're also welcome to send a PR before you're done and I'll review to make sure you're on the right path. Looking forward to seeing your work! |
Thanks for your contribution @austindrenski! |
With #63 mapping the built-in range types, we should also map range operations so that it's possible to invoke them from C# without dropping down to raw SQL. The list of operators can be found here, and would include stuff like containment. These would be implemented as EF Core extension methods over
NpgsqlRange
.If you're interested in this, please upvote and post which operations interest you most.
The text was updated successfully, but these errors were encountered: