Skip to main content

MAX_SQL_INPUT_BYTES

Constant MAX_SQL_INPUT_BYTES 

Source
pub const MAX_SQL_INPUT_BYTES: usize = _; // 16_777_216usize
Expand description

Maximum SQL source accepted by one CLI action or the interactive buffer.

The direct CLI is intentionally less restrictive than MCP, but it still needs a finite parser/input boundary for scripts and piped agent output.