pub fn delete_document_statement(
table: &str,
namespace: &str,
subject_id: Uuid,
) -> SqlStatementExpand description
The exact DELETE this store’s delete_document issues, for a given
FTS table (ADR-099 B3 r6 structural cut — see entity.rs’s sibling
block). table must already be a trusted, sanitized table name (this
mirrors delete_document’s own pre-existing lack of a placeholder for
table names — format! is required since table identifiers cannot be
bound as SQL parameters).