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

Deduplicate joins values #36834

Merged
merged 1 commit into from
Aug 1, 2019
Merged

Deduplicate joins values #36834

merged 1 commit into from
Aug 1, 2019

Commits on Aug 1, 2019

  1. Deduplicate joins values

    rails#36805 have one possible regression that failing deduplication if
    `joins_values` have complex order (e.g. `joins_values = [join_node_a,
    :comments, :tags, join_node_a]`).
    
    This fixes the deduplication to take it in the first phase before
    grouping.
    kamipo committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    e6f953f View commit details
    Browse the repository at this point in the history