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

Fully support right outer joins #35367

Open
Tracked by #35379
roji opened this issue Dec 21, 2024 · 0 comments · May be fixed by #35462
Open
Tracked by #35379

Fully support right outer joins #35367

roji opened this issue Dec 21, 2024 · 0 comments · May be fixed by #35462
Assignees
Labels
area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@roji
Copy link
Member

roji commented Dec 21, 2024

LeftJoin and RightJoin are being introduced into .NET 10 (dotnet/runtime#110292); support for the new LeftJoin operator in EF is tracked by #12793. For RightJoin, we should eventually implement actual support for it (i.e. translate LINQ RightJoin to SQL RIGHT JOIN). However, until that's done, we can provide a default implementation that simply transforms RightJoin to LeftJoin (that would be #35452).

@roji roji added this to the Backlog milestone Dec 21, 2024
roji added a commit to roji/efcore that referenced this issue Jan 13, 2025
roji added a commit to roji/efcore that referenced this issue Jan 13, 2025
@roji roji linked a pull request Jan 13, 2025 that will close this issue
@roji roji modified the milestones: Backlog, 10.0.0 Jan 13, 2025
@roji roji added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Jan 13, 2025
@roji roji self-assigned this Jan 13, 2025
roji added a commit to roji/efcore that referenced this issue Jan 13, 2025
roji added a commit to roji/efcore that referenced this issue Jan 13, 2025
roji added a commit to roji/efcore that referenced this issue Jan 14, 2025
roji added a commit to roji/efcore that referenced this issue Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant