Skip to main content

ENABLE_EXTENDED_PROTOCOL_IMPLICIT_TRANSACTION

Static ENABLE_EXTENDED_PROTOCOL_IMPLICIT_TRANSACTION 

Source
pub static ENABLE_EXTENDED_PROTOCOL_IMPLICIT_TRANSACTION: VarDefinition
Expand description

Off is the escape hatch for clients that pipeline statements Materialize cannot run in one transaction, for example a read or a DDL after a write. Those fail while this is on, rather than silently committing the writes staged before them.