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
roji opened this issue Dec 21, 2024 · 0 comments
Open

Fully support right outer joins #35367

roji opened this issue Dec 21, 2024 · 0 comments

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant