MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / options

Method options

src/environmentd/src/test_util.rs:1123–1126  ·  view source on GitHub ↗

Set the options for the pgwire connection.

(mut self, options: &str)

Source from the content-addressed store, hash-verified

1121
1122 /// Set the options for the pgwire connection.
1123 pub fn options(mut self, options: &str) -> Self {
1124 self.pg_config.options(options);
1125 self
1126 }
1127
1128 /// Configures this [`ConnectBuilder`] to connect to the __internal__ SQL port of the running
1129 /// [`TestServer`].

Callers 11

configMethod · 0.80
newMethod · 0.80
pg_configMethod · 0.80
pg_config_internalMethod · 0.80
make_pg_tlsFunction · 0.80
make_http_tlsFunction · 0.80
make_ws_tlsFunction · 0.80
run_testsFunction · 0.80
test_conn_startupFunction · 0.80
connectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected