DDC-3605: [GH-1324] load all many to many join columns #4431

Closed
opened 2026-01-22 14:41:27 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 8, 2015).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of fabiocarneiro:

Url: https://github.com/doctrine/doctrine2/pull/1324

Message:

the $joinColumnElement variable is created inside the foreach loop, and used only after it finishes, causing only the last join column to be loaded.

Originally created by @doctrinebot on GitHub (Mar 8, 2015). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @doctrinebot: This issue is created automatically through a Github pull request on behalf of fabiocarneiro: Url: https://github.com/doctrine/doctrine2/pull/1324 Message: the `$joinColumnElement` variable is created inside the foreach loop, and used only after it finishes, causing only the last join column to be loaded.
admin added the Bug label 2026-01-22 14:41:27 +01:00
admin closed this issue 2026-01-22 14:41:27 +01:00
Author
Owner

@doctrinebot commented on GitHub (Mar 10, 2015):

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1324] was labeled:
https://github.com/doctrine/doctrine2/pull/1324

@doctrinebot commented on GitHub (Mar 10, 2015): Comment created by @doctrinebot: A related Github Pull-Request [GH-1324] was labeled: https://github.com/doctrine/doctrine2/pull/1324
Author
Owner

@doctrinebot commented on GitHub (Mar 10, 2015):

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1324] was assigned:
https://github.com/doctrine/doctrine2/pull/1324

@doctrinebot commented on GitHub (Mar 10, 2015): Comment created by @doctrinebot: A related Github Pull-Request [GH-1324] was assigned: https://github.com/doctrine/doctrine2/pull/1324
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#4431