-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
ToQueryString for ReadItemQueryingEnumerable #22091
Conversation
Hello @ajcvickers! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
...mos/Query/Internal/CosmosShapedQueryCompilingExpressionVisitor.ReadItemQueryingEnumerable.cs
Outdated
Show resolved
Hide resolved
a06de50
to
0334a23
Compare
@dotnet/efcore Also added split-query ToQueryString message addendum, as discussed in triage. |
test/EFCore.SqlServer.FunctionalTests/Query/NorthwindIncludeQuerySqlServerTest.cs
Show resolved
Hide resolved
test/EFCore.SqlServer.FunctionalTests/Query/NorthwindSplitIncludeQuerySqlServerTest.cs
Show resolved
Hide resolved
0334a23
to
e0f2d8f
Compare
Also added message for split query, as discussed in triage.
Fix issue trying to execute non-executable SQL
e0f2d8f
to
d420744
Compare
public override Task Include_collection_with_last_no_orderby(bool async) | ||
{ | ||
return AssertTranslationFailedWithDetails( | ||
() => AssertLast( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should call base.
Fixes #20653