• K
    Emit single pair of parens for UNION and UNION ALL · 63dd8d8e
    Keenan Brock 提交于
    mysql has a great implementation to suppress multiple parens for union
    sql statements.
    
    This moves that functionality to the generic implementation
    This also introduces that functionality for UNION ALL
    63dd8d8e
to_sql.rb 26.4 KB