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.
2 parents 702323c + 5e6511b commit 21baf28Copy full SHA for 21baf28
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