mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 01:34:21 +01:00
fix checkpoint
This commit is contained in:
@@ -257,7 +257,7 @@ mod tests {
|
||||
for i in 0..iterations {
|
||||
let insert_query = format!("INSERT INTO test VALUES ({})", i);
|
||||
do_flush(&conn, &tmp_db)?;
|
||||
conn.clear_page_cache().unwrap();
|
||||
conn.checkpoint().unwrap();
|
||||
match conn.query(insert_query) {
|
||||
Ok(Some(ref mut rows)) => loop {
|
||||
match rows.next_row()? {
|
||||
|
||||
Reference in New Issue
Block a user