-
Notifications
You must be signed in to change notification settings - Fork 133
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
Disable the use of the nullable type expression for sorting #171
Disable the use of the nullable type expression for sorting #171
Conversation
…ithub.com/Inforitnl/Sieve into feature/disableSortNullableTypeExpression
I think this is also an option for #110 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. All the comments from our internal review have been resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Any window for release? |
If no feedback is provided I'll merge the PR on next Monday, March 28th, 2022 |
@hasanmanzak, if you could, please 😄. Will there also be a new version published to nuget right away? |
Yes. It's already been published. |
MongoDB has issues with the expression created when sorting on nullable types.
So I created an option to disable it.
If there is anything I need to do to improve it please let us know