We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format_kwargs
1 parent 702323c commit 5e6511bCopy full SHA for 5e6511b
postgres/macros.jinja
@@ -4,7 +4,7 @@
4
5
{%- filter indent(4) %}
6
{%- for k, v in kwarg|dictsort() %}
7
-- {{ k }}: {{ v }}
+- {{ k }}: {{ v|yaml_dquote if v is string else v }}
8
{%- endfor %}
9
{%- endfilter %}
10
0 commit comments