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

Allow filtering on nullable value type properties #1121

Merged
merged 1 commit into from
Oct 10, 2019
Merged

Allow filtering on nullable value type properties #1121

merged 1 commit into from
Oct 10, 2019

Conversation

Avilad
Copy link
Contributor

@Avilad Avilad commented Oct 10, 2019

Update FilterFieldDescriptorBase.RewriteTypeToNullableType to return the type if it is already a Nullable<>, and insert type conversion expressions where necessary in FilterExpressionBuilder.

Fixes #1034.

I saw that the first half of this fix was made by @PascalSenn in #1105, but the FilterExpressionBuilder change is required as well, and additionally, that pr is targeted at master, while this issue is under the 10.2.0 milestone.

Copy link
Member

@PascalSenn PascalSenn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@michaelstaib
Copy link
Member

Ok, the Bild failed cause of the coverlet issue. I will require it in a minute

@michaelstaib michaelstaib merged commit 857f2bc into ChilliCream:version_10_0_0_master Oct 10, 2019
@michaelstaib
Copy link
Member

@PascalSenn PascalSenn mentioned this pull request Oct 11, 2019
4 tasks
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.

3 participants