pub fn bind_positional_readable(
source: &str,
params: &[Value],
max_dims: usize,
) -> Result<String, QqlError>Expand description
Substitute positional parameters (?) sequentially into source, truncating long vector literals for readable preview.