Lines virtual table.

This commit is contained in:
Nuno Cruces
2023-11-23 15:32:28 +00:00
parent aec69acca9
commit e31a42fb22
6 changed files with 309 additions and 6 deletions

View File

@@ -297,6 +297,7 @@ func Test_QueryRow_blob_null(t *testing.T) {
if err != nil {
t.Fatal(err)
}
defer rows.Close()
want := [][]byte{nil, {0xca, 0xfe}, {0xba, 0xbe}, nil}
for i := 0; rows.Next(); i++ {