mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-20 09:54:19 +01:00
Improve Column instruction
This commit is contained in:
@@ -59,7 +59,7 @@ impl Connection {
|
||||
for i in 0..program.column_count() {
|
||||
row.push(program.column(i).unwrap().to_string());
|
||||
}
|
||||
println!("{:?}", row);
|
||||
println!("Row = {:?}", row);
|
||||
}
|
||||
vdbe::StepResult::IO => todo!(),
|
||||
vdbe::StepResult::Done => break,
|
||||
|
||||
Reference in New Issue
Block a user