mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
fix(sqlite): remove errant println!()
in sqlite/explain.rs
This commit is contained in:
parent
7c32928ebc
commit
5e452d9e86
@ -181,8 +181,6 @@ pub(super) async fn explain(
|
|||||||
// r[p2] = <value of constant>
|
// r[p2] = <value of constant>
|
||||||
r.insert(p2, opcode_to_type(&opcode));
|
r.insert(p2, opcode_to_type(&opcode));
|
||||||
n.insert(p2, n.get(&p2).copied().unwrap_or(false));
|
n.insert(p2, n.get(&p2).copied().unwrap_or(false));
|
||||||
|
|
||||||
println!("[x] <?> set column {} as INTEGER", p2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
OP_NOT => {
|
OP_NOT => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user