mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 14:04:22 +01:00
remove Stmt clone
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user