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

HHH-17837 Join + GroupBy: Wrong column used for many-to-many association #8274

Merged
merged 2 commits into from
May 3, 2024

Commits on Apr 30, 2024

  1. HHH-17837 Add test for issue

    mbladel committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    14cce8c View commit details
    Browse the repository at this point in the history
  2. HHH-17837 Render target-side key for explicit plural joins when needed

    Also, change how we determine whether we need to use the target-side to only the strictly needed cases (non-optimizable joins, `group by` or `order by` clauses)
    mbladel committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    992bf5f View commit details
    Browse the repository at this point in the history