Make implicit join entity in many to many deterministic #21870
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Currently we generate name of the join entity type and PK without deterministic order, which means that if entity types are discovered in different order then the name and PK property order could be different.
While other things wouldn't matter much but the name which is needed if you want to access db set of join entity type should remain same.
Probably alphabetical order of entity type names.
The text was updated successfully, but these errors were encountered: