Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
update

update

update

update

update
  • Loading branch information
amishas157 committed Oct 4, 2024
1 parent faa9ce9 commit ecf5a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generic/incremental_accepted_values.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% set greater_than_equal_to = greater_than_equal_to | default('2 day') %}
{% set less_than_equal_to = less_than_equal_to | default('') %}
{% if quote %}
{% set values = values | map(attribute='string') | join(', ') %}
{% set values = "'" + values | join("', '") + "'" %}
{% else %}
{% set values = values | join(', ') %}
{% endif %}
Expand Down

0 comments on commit ecf5a64

Please sign in to comment.