File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ def find_aliases
188188 ColumnMap . new (
189189 alias_name : sql_alias ,
190190 sql_expression : sql_expression . squish ,
191- aggregate : /\b (array_agg|avg|bit_and|bit_or|bool_and|bool_or|boolor_agg|booland_agg|count|every|json_agg|jsonb_agg|json_object_agg|jsonb_object_agg|max|min|string_agg|sum|xmlagg)\( (.*)\) / . match? ( sql_expression )
191+ aggregate : /\b (array_agg|avg|bit_and|bit_or|bool_and|bool_or|boolor_agg|booland_agg|count|every|json_agg|jsonb_agg|json_object_agg|jsonb_object_agg|max|min|string_agg|sum|xmlagg|any_value|ANY_VALUE )\( (.*)\) / . match? ( sql_expression )
192192 ) if sql_alias
193193 end
194194 column_maps . compact
Original file line number Diff line number Diff line change 11class QueryHelper
2- VERSION = "0.4.3 "
2+ VERSION = "0.4.4 "
33end
You can’t perform that action at this time.
0 commit comments