pub fn command_payload_may_write_database(
context: &QueryEffectContext<'_>,
command: &CommandPlan,
) -> Result<bool, SQLError>Expand description
Detect database-writing expressions and query sources embedded in an otherwise legal temporary-table DML command.