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

#3466 - Duplicated entities in findMany when a ManyToOne relation is fetched #3469

Merged
merged 2 commits into from
Sep 2, 2024

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    1e01333 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. #3466 - Duplicated entities in findMany when a ManyToOne relation is …

    …fetched (Postgresql)
    
    Internally in OrmQueryDetail.markQueryJoins() the SpiQueryManyJoin is determined and returned. This change uses this and effectively removes the code from OrmQueryRequest.determineMany() and BeanDescriptor.manyProperty() which was the source of this issue (performing a similar task but not correctly taking the full path into account and hence the source of this bug).
    rbygrave committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a7fe5d2 View commit details
    Browse the repository at this point in the history