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
Fix incorrect key lookup on WhereIdMatches (#343)
* Fix incorrect key lookup on WhereIdMatches
With the new mapping change, the Id was looked up only on the specific entity definition, not any parent definitions. This would cause problems with derived types.
* Add test