Skip to content

Commit

Permalink
added mention of another improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
maumar committed Mar 5, 2025
1 parent a4946db commit 76a6007
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/10.0/preview/preview2/efcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.NET 10 Preview 2 includes new Entity Framework Core features & enhancements:

- [Support for the .NET 10 RightJoin operator](#support-for-the-net-10-rightjoin-operator)
- [Small improvements](#small-improvements)

Entity Framework Core 10 updates:

Expand All @@ -13,6 +14,10 @@ Entity Framework Core 10 updates:

In Preview 1 we added [support for LeftJoin operator](../preview1/efcore.md#support-for-the-net-10-leftjoin-operator). In Preview 2 we are adding support for the analogous `RightJoin` operator, which keeps all the data from the second collection and only the matching data from the first collection. EF 10 translates this to `RIGHT JOIN` operation in the database.

## Small improvements

- Associate the DatabaseRoot with the scoped options instance and not the singleton options ([#34477](https://github.com/dotnet/efcore/pull/34477), contributed by [@koenigst](https://github.com/koenigst)).

## Everything else in Preview 2

Preview 2 contains:
Expand Down

0 comments on commit 76a6007

Please sign in to comment.