File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 11default_connection : cockroachdb
22connections :
33 cockroachdb :
4- arunit :
4+ arunit : &arunit
55 min_messages : warning
66 host : 127.0.0.1
77 port : 26257
88 user : root
99 disable_cockroachdb_telemetry : true
10+ # `autocommit_before_ddl` changed to default true in CockroachDB v25.1.
11+ # This does not work with active record's test suite.
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"
1016 arunit_without_prepared_statements :
11- min_messages : warning
17+ << : *arunit
1218 prepared_statements : false
13- host : 127.0.0.1
14- port : 26257
15- user : root
16- disable_cockroachdb_telemetry : true
1719 arunit2 :
18- min_messages : warning
19- host : 127.0.0.1
20- port : 26257
21- user : root
22- disable_cockroachdb_telemetry : true
20+ << : *arunit
You can’t perform that action at this time.
0 commit comments