mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
memdb WAL.
This commit is contained in:
@@ -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])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user