• R
    Deduplicate joins values · e6f953fc
    Ryuta Kamizono 提交于
    #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.
    e6f953fc
query_methods.rb 45.3 KB