[PR #1447] Fix second level caching for queries with multiple joins #9502

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

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

State: closed
Merged: Yes


The $metadata of the main entity is not always the metadata you need here, for example when you do join A with B and then B with C. For the second join it was using the metadata from A.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1447 **State:** closed **Merged:** Yes --- The $metadata of the main entity is not always the metadata you need here, for example when you do join A with B and then B with C. For the second join it was using the metadata from A.
admin added the pull-request label 2026-01-22 16:04:31 +01:00
admin closed this issue 2026-01-22 16:04:31 +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#9502