dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.74k stars 3.18k forks source link

Set operations: don't terminate nav rewriting if both sides are identical #16246

Open roji opened 5 years ago

roji commented 5 years ago

The navigation expanding visitor currently treats set operations as terminating, but we should not be doing this when both operands are identical.

smitpatel commented 4 years ago

Consider this with #20291