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 2defaa7 commit c6aa880Copy full SHA for c6aa880
test/config.yml
@@ -12,7 +12,10 @@ 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"
+ #
16
+ # NOTE: with command lines or a URI, one could use `-c autocommit_before_ddl=false`
17
+ variables:
18
+ autocommit_before_ddl: false
19
arunit_without_prepared_statements:
20
<<: *arunit
21
prepared_statements: false
0 commit comments