[PR #10611] Bug when use Featch EGER and SQLFilter #10610 #12487

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

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

State: closed
Merged: No


Resolve issue https://github.com/doctrine/orm/issues/10610

classDiagram
    Patient <|-- Company
    Insurance <|-- Company
    PatientInsurance <|-- Patient
    PatientInsurance <|-- Insurance

    class Company {
    }

    class Patient {
        company
        getPatInsurance()
    }

    class PatientInsurance {
        patient
        insurance fetch="EAGER"
    }

    class Insurance {
        company
    }

https://user-images.githubusercontent.com/16108701/230415176-5b025299-edaa-4190-8367-3f56bb8baeb1.mp4

**Original Pull Request:** https://github.com/doctrine/orm/pull/10611 **State:** closed **Merged:** No --- Resolve issue https://github.com/doctrine/orm/issues/10610 ```mermaid classDiagram Patient <|-- Company Insurance <|-- Company PatientInsurance <|-- Patient PatientInsurance <|-- Insurance class Company { } class Patient { company getPatInsurance() } class PatientInsurance { patient insurance fetch="EAGER" } class Insurance { company } ``` https://user-images.githubusercontent.com/16108701/230415176-5b025299-edaa-4190-8367-3f56bb8baeb1.mp4
admin added the pull-request label 2026-01-22 16:14:12 +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#12487