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.
1 parent 6f40db1 commit 8fb1e00Copy full SHA for 8fb1e00
test/config.yml
@@ -12,7 +12,9 @@ connections:
12
#
13
# This options keyword is referenced here in libpq:
14
# https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-OPTIONS
15
- options: "-c autocommit_before_ddl=false"
+ # options: "-c autocommit_before_ddl=false"
16
+ variables:
17
+ autocommit_before_ddl: false # TODO: check for deep duplicates
18
arunit_without_prepared_statements:
19
<<: *arunit
20
prepared_statements: false
0 commit comments