[PR #10189] Added parameter to getSelectJoinColumnSQL #12164

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

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

State: closed
Merged: No


The Collection of a One-To-Many Association is empty when using a junction entity having Class Table Inheritance to connect 2 entities.
The problem arises because the Collection will only be hydrated if the association mappings have an identifier, but the identifier is not detected because $isIdentifierColumn is hardcoded to false.
Fixes #9822

**Original Pull Request:** https://github.com/doctrine/orm/pull/10189 **State:** closed **Merged:** No --- The Collection of a One-To-Many Association is empty when using a junction entity having Class Table Inheritance to connect 2 entities. The problem arises because the Collection will only be hydrated if the association mappings have an identifier, but the identifier is not detected because $isIdentifierColumn is hardcoded to false. Fixes #9822
admin added the pull-request label 2026-01-22 16:13:07 +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#12164