-
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
Query: Implement First/Single/Last OrDefault throwing behavior #15559
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
Merged
|
smitpatel
added a commit
that referenced
this issue
Aug 20, 2019
Subquery produces top(1) for Single/SingleOrDefault Single/First/SingleOrDefault in subquery is treated as if FirstOrDefault Last/LastOrDefault throws when there is no ordering on SelectExpression to reverse Resolves #15559
smitpatel
added
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
and removed
poachable
punted-for-3.0
labels
Aug 20, 2019
smitpatel
added a commit
that referenced
this issue
Aug 20, 2019
Subquery produces top(1) for Single/SingleOrDefault Single/First/SingleOrDefault in subquery is treated as if FirstOrDefault Last/LastOrDefault throws when there is no ordering on SelectExpression to reverse Resolves #15559
smitpatel
added a commit
that referenced
this issue
Aug 21, 2019
Subquery produces top(1) for Single/SingleOrDefault Single/First/SingleOrDefault in subquery is treated as if FirstOrDefault Last/LastOrDefault throws when there is no ordering on SelectExpression to reverse Resolves #15559
smitpatel
added a commit
that referenced
this issue
Aug 21, 2019
Subquery produces top(1) for Single/SingleOrDefault Single/First/SingleOrDefault in subquery is treated as if FirstOrDefault Last/LastOrDefault throws when there is no ordering on SelectExpression to reverse Resolves #15559
smitpatel
added a commit
that referenced
this issue
Aug 21, 2019
Subquery produces top(1) for Single/SingleOrDefault Single/First/SingleOrDefault in subquery is treated as if FirstOrDefault Last/LastOrDefault throws when there is no ordering on SelectExpression to reverse Resolves #15559
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
As per design.
The text was updated successfully, but these errors were encountered: