mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 07:24:19 +01:00
add the missing rowresult variant
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use std::{f32::consts::E, fmt::Display, os::macos::raw::stat, rc::Rc};
|
||||
use std::{fmt::Display, rc::Rc};
|
||||
|
||||
use limbo_core::{Connection, Result, RowResult};
|
||||
use rand::SeedableRng;
|
||||
@@ -231,6 +231,7 @@ impl Interaction {
|
||||
out.push(r);
|
||||
}
|
||||
RowResult::IO => {}
|
||||
RowResult::Interrupt => {}
|
||||
RowResult::Done => {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user