[PR #1152] Adds error message when the key is composite #9210

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

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

State: closed
Merged: No


An example is:

SELECT u FROM User u INNER JOIN Address a ON a.user = u

When User has a composite key.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1152 **State:** closed **Merged:** No --- An example is: ``` SELECT u FROM User u INNER JOIN Address a ON a.user = u ``` When User has a composite key.
admin added the pull-request label 2026-01-22 16:03:35 +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#9210