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 d5201af commit f286d77Copy full SHA for f286d77
misc/python/materialize/mzcompose/__init__.py
@@ -184,7 +184,7 @@ def get_variable_system_parameters(
184
),
185
VariableSystemParameter(
186
"enable_frontend_peek_sequencing",
187
- "false",
+ "true",
188
["true", "false"],
189
190
src/environmentd/tests/server.rs
@@ -262,7 +262,7 @@ fn setup_statement_logging_core(
262
)
263
.with_system_parameter_default(
264
"enable_frontend_peek_sequencing".to_string(),
265
- "false".to_string(),
+ "true".to_string(),
266
267
.start_blocking();
268
let client = server.connect(postgres::NoTls).unwrap();
0 commit comments