Skip to content

Commit c6aa880

Browse files
committed
refactor: use variables for autocommit_before_ddl
This is the default intended approach, as it will quote value if needed.
1 parent 2defaa7 commit c6aa880

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ connections:
1212
#
1313
# This options keyword is referenced here in libpq:
1414
# https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-OPTIONS
15-
options: "-c autocommit_before_ddl=false"
15+
#
16+
# NOTE: with command lines or a URI, one could use `-c autocommit_before_ddl=false`
17+
variables:
18+
autocommit_before_ddl: false
1619
arunit_without_prepared_statements:
1720
<<: *arunit
1821
prepared_statements: false

0 commit comments

Comments
 (0)