pub fn insert_document_statement(
table: &str,
document: &TextDocument,
) -> SqlStatementExpand description
Build the INSERT half of the FTS delete-then-insert upsert.
table must be a trusted, sanitized table name because SQL identifiers
cannot be bound as parameters.