Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Original entity data resolves inverse 1-1 joins #11109

Merged
merged 1 commit into from
Aug 23, 2024

Commits on Aug 17, 2024

  1. Original entity data resolves inverse 1-1 joins

    If the source entity for an inverse (non-owning) 1-1 relationship is
    identified by an association then the identifying association may not
    be set when an inverse one-to-one association is resolved. This means
    that no data is available in the entity to resolve the needed column
    value for the join query.
    
    The original entity data can be retrieved from the unit of work and
    is used as a fallback to populate the query condition.
    
    Fixes doctrine#11108
    mcurland authored and greg0ire committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    fe4a2e8 View commit details
    Browse the repository at this point in the history