Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
dfjswanson committed Jul 3, 2024
2 parents 2d74fa0 + 05cf1db commit 8c89097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ BEGIN
END IF;

v_ret_expression := replace(v_ret_expression, format('P<%s>', v_ep.enrichment_parameter_id),
CASE WHEN v_aggregates_exist_flag AND v_aggregate_id IS NULL
CASE WHEN v_aggregates_exist_flag AND v_ep.aggregation_id IS NULL
THEN 'first_value(' || v_ep.attribute_name || ')' -- wrap non-aggregated parameter into aggregate for data type testing purposes only
ELSE v_ep.attribute_name END);

Expand Down

0 comments on commit 8c89097

Please sign in to comment.