Skip to main content

prepare_compiled

Function prepare_compiled 

Source
pub fn prepare_compiled(
    compiled: &CompiledQuery,
) -> Result<(String, Vec<Value>)>
Expand description

Normalize compiled query for SQLite execution (? placeholders).

ยงErrors

Returns Error::Internal when the compiled query is not read-only.