Rindle docs and package mapSkip to main content

statement_is_insert

Function statement_is_insert 

pub fn statement_is_insert(sql: &str) -> bool
Expand description

Whether the statement action can update SQLite’s connection-local last-insert-rowid counter. The host still checks the target table’s WITHOUT ROWID metadata before reporting it.