mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 08:54:20 +01:00
Make EXPLAIN output more similar to SQLite
This commit is contained in:
@@ -236,8 +236,8 @@ fn print_insn(addr: usize, insn: &Insn) {
|
||||
0,
|
||||
"".to_string(),
|
||||
),
|
||||
Insn::Column(column) => ("Column", 0, column.column, 0, "", 0, "".to_string()),
|
||||
Insn::ResultRow => ("ResultRow", 0, 0, 0, "", 0, "".to_string()),
|
||||
Insn::Column(column) => (" Column", 0, column.column, 0, "", 0, "".to_string()),
|
||||
Insn::ResultRow => (" ResultRow", 0, 0, 0, "", 0, "".to_string()),
|
||||
Insn::NextAsync => ("NextAsync", 0, 0, 0, "", 0, "".to_string()),
|
||||
Insn::NextAwait => ("NextAwait", 0, 0, 0, "", 0, "".to_string()),
|
||||
Insn::Halt => ("Halt", 0, 0, 0, "", 0, "".to_string()),
|
||||
|
||||
Reference in New Issue
Block a user