Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pyupgrade-approx-eq-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nicor88 authored Sep 26, 2023
2 parents e6523ee + 64fddef commit ca5a4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{%- if col is none -%}
{%- set value = 'null' -%}
{%- set comp_func = ' is ' -%}
{%- elif column_type == 'integer' -%}
{%- elif column_type == 'integer' or column_type is none -%}
{%- set value = col | string -%}
{%- elif column_type == 'string' -%}
{%- set value = "'" + col + "'" -%}
Expand Down

0 comments on commit ca5a4d5

Please sign in to comment.