pub fn transform_placeholders(stmt: Statement) -> Statement
Expand description
Transform all the “?” placeholder into “$i”. Only works for Insert,Query and Delete statements.
pub fn transform_placeholders(stmt: Statement) -> Statement
Transform all the “?” placeholder into “$i”. Only works for Insert,Query and Delete statements.