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

adding (client side) support for Contains operator in query #1320

Closed
wants to merge 1 commit into from

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Dec 19, 2014

Partial fix to:
#1243

This checkin only enables client-side evaluation of Contains method.

@divega @AndriySvyryd @ajcvickers @lukewaters

@@ -1643,6 +1643,13 @@ var efObjects
await AssertQuery<Customer>(cs => cs.Where(c => c.ContactName.EndsWith(LocalMethod2())));
}

[Fact]
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you add all of the sync tests here?

@anpete
Copy link
Contributor

anpete commented Dec 29, 2014

:shipit:

@maumar
Copy link
Contributor Author

maumar commented Dec 29, 2014

merged a2e689d

@maumar maumar closed this Dec 29, 2014
@maumar maumar deleted the contains branch December 29, 2014 20:51
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.

None yet

2 participants