• R
    Fix GROUP BY aggregation alias to not duplicate "_" chars · e62195e2
    Ryuta Kamizono 提交于
    c9e4c848 has one performance optimization for `aggregate_alias` to early
    returning by `aggregate_alias.match?(/\A\w+\z/)`, but it is caused a
    regression that failing deduplication for non word chars #36867.
    
    I've quited the optimization and add a test to prevent a future
    regression.
    
    Fixes #36867.
    e62195e2
calculations_test.rb 37.4 KB