Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine how to look up join entity types at model building time #21901

Open
Tracked by #28479 ...
ajcvickers opened this issue Aug 2, 2020 · 0 comments
Open
Tracked by #28479 ...

Determine how to look up join entity types at model building time #21901

ajcvickers opened this issue Aug 2, 2020 · 0 comments

Comments

@ajcvickers
Copy link
Member

We currently find the key to use to lookup a many-to-many join type in the NavigationFixer. We should pre-compute this in some way as part of model building.

See also #21900

ajcvickers added a commit that referenced this issue Aug 2, 2020
Also support for join types that have a separate primary key

Part of #10508 #19003

See also #21900 and #21901
@ajcvickers ajcvickers added this to the Backlog milestone Aug 3, 2020
ajcvickers added a commit that referenced this issue Aug 4, 2020
Also support for join types that have a separate primary key

Part of #10508 #19003

See also #21900 and #21901
@AndriySvyryd AndriySvyryd self-assigned this Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment