add the missing rowresult variant

This commit is contained in:
alpaylan
2024-12-20 12:27:54 -05:00
parent d2723b777b
commit 8f8b97d54b

View File

@@ -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;
}