[PR #7085] [RFC] Tighten owning side resolution #10309

Closed
opened 2026-01-22 16:07:07 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/7085

State: closed
Merged: Yes


Fixed bug with potential double owning side in OneToOne when JoinColumns were mapped on both association sides. In that case, the ownership was determined based on association flow (in A -> B, A:b was owning, while in B -> A, B:a was owning).

**Original Pull Request:** https://github.com/doctrine/orm/pull/7085 **State:** closed **Merged:** Yes --- Fixed bug with potential double owning side in OneToOne when JoinColumns were mapped on both association sides. In that case, the ownership was determined based on association flow (in A -> B, A:b was owning, while in B -> A, B:a was owning).
admin added the pull-request label 2026-01-22 16:07:07 +01:00
admin closed this issue 2026-01-22 16:07:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10309