Skip to content

Fix detecting parameter type for Contains method for Linq provider #2459

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

Merged
merged 2 commits into from
Jul 30, 2020

Conversation

maca88
Copy link
Contributor

@maca88 maca88 commented Jul 28, 2020

This is a regression from #2365, where Contains method which is transformed into ContainsResultOperator on pre-transform was not handled correctly by QueryModel.TransformExpressions. ContainsResultOperator is a special result operator that unfortunately has to be manually handled.

Fixes: #2453

@bahusoid

This comment has been minimized.

@maca88 maca88 changed the base branch from master to 5.3.x July 29, 2020 16:12
@maca88
Copy link
Contributor Author

maca88 commented Jul 29, 2020

Force pushed and changed base branch.

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.

Fail to cast enum as nvarchar for Linq Contains
4 participants