remove Stmt clone

This commit is contained in:
TcMits
2025-09-13 12:08:29 +07:00
parent b1420904bb
commit 48522c1cc0

View File

@@ -1167,7 +1167,7 @@ impl Connection {
let (Cmd::Stmt(stmt) | Cmd::Explain(stmt) | Cmd::ExplainQueryPlan(stmt)) = cmd;
let program = translate::translate(
self.schema.borrow().deref(),
stmt.clone(),
stmt,
pager.clone(),
self.clone(),
&syms,