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
Fixed RelationshipKeyPairingVisitor - all many-to-one relations with two ends will use the same (single) foreign column name at children table.
Before that fix such relations were mapped this way: "one" side used childtype.Name+"_id", "many" side used referenceToParentProperty.Name+"_id".
It seemed to work just because usually referenceToParent property name is equal to parent's type name.
0 commit comments