mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-23 18:04:27 +01:00
Add handling to busy row on RowIterator::next()
This commit is contained in:
@@ -82,6 +82,7 @@ impl RowIterator {
|
||||
Ok(limbo_core::RowResult::Done) | Ok(limbo_core::RowResult::Interrupt) => {
|
||||
JsValue::UNDEFINED
|
||||
}
|
||||
Ok(limbo_core::RowResult::Busy) => JsValue::UNDEFINED,
|
||||
Err(e) => panic!("Error: {:?}", e),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user