We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ConditionalTheory] [MemberData(nameof(IsAsyncData))] public virtual Task Where_Join_Exists_Inequality(bool isAsync) { return AssertQuery<Customer>( isAsync, cs => cs.Where(c => c.CustomerID == "ALFKI" && c.Orders.Exists(o => o.OrderDate != new DateTime(2008, 10, 24))), entryCount: 1); }
The text was updated successfully, but these errors were encountered:
Query: Perform join operations when one of the source has client eval
4c9a3f6
Resolves #19247 Resolves #17762 Lays ground work for #20291 Required for #20892
6ba9a62
Hello, @smitpatel, I would like to work on this. Could you assign it to me?
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: