You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following TpcTablesExpression for TPT & EntitySplitting which would be replaced by basic object in same way. This would allow us to identify principal table(s) to pull owned data when table sharing more accurately.
Following TpcTablesExpression for TPT & EntitySplitting which would be replaced by basic object in same way. This would allow us to identify principal table(s) to pull owned data when table sharing more accurately.
Currently we have this code
efcore/src/EFCore.Relational/Query/SqlExpressions/SelectExpression.cs
Lines 2409 to 2410 in f20729d
It could match incorrect table if same entity is being joined multiple times in the query and using owned navigations.
The text was updated successfully, but these errors were encountered: