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

Supporting comparison to null in Filter expression #204

Merged
merged 5 commits into from
Apr 14, 2015
Merged

Conversation

mfenniak
Copy link
Owner

This PR addresses the reported issue #203, where comparison with null doesn't work correctly in Filter clauses. There are three general cases that support were added for; comparing a Nullable<T> to null, comparing a reference type to null, and using Nullable<T>.HasValue.

Newton soft converters are based upon the abstract value & reference
type converters, which are not built to expect Nullable<T> values
(which are nullable, but are also value types)
mfenniak added a commit that referenced this pull request Apr 14, 2015
Supporting comparison to null in Filter expression
@mfenniak mfenniak merged commit 3fb0c48 into master Apr 14, 2015
@mfenniak mfenniak deleted the issue_203 branch April 14, 2015 14:46
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

Successfully merging this pull request may close these issues.

1 participant