mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
Improve Column instruction
This commit is contained in:
parent
b25f8c4daf
commit
4b714311b5
3 changed files with 35 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue