memdb WAL.

This commit is contained in:
Nuno Cruces
2023-11-28 09:53:17 +00:00
parent 269306c5c8
commit b81fe284b6
4 changed files with 37 additions and 0 deletions

View File

@@ -93,6 +93,9 @@ func testDB(t testing.TB, name string) {
id := stmt.ColumnInt(0)
name := stmt.ColumnText(1)
if row >= 3 {
continue
}
if id != ids[row] {
t.Errorf("got %d, want %d", id, ids[row])
}