Skip to content

Commit 8fb1e00

Browse files
committed
temp: try variables rather than options
1 parent 6f40db1 commit 8fb1e00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ 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+
# options: "-c autocommit_before_ddl=false"
16+
variables:
17+
autocommit_before_ddl: false # TODO: check for deep duplicates
1618
arunit_without_prepared_statements:
1719
<<: *arunit
1820
prepared_statements: false

0 commit comments

Comments
 (0)