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
This stems from a different code path. Suppose your owned entities are mapped to a different table then delete should be fine. But currently it would fail because we check for entity shaper in projection but for owned (or non-owned scenario in AutoInclude), we will get IncludeExpression and fail with non-entity projection. But those projections are added by us and user cannot control for owned entity.
No description provided.
The text was updated successfully, but these errors were encountered: