We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5583431 commit 606d2d2Copy full SHA for 606d2d2
blob_io_test.go
@@ -37,6 +37,7 @@ func TestBlobIO(t *testing.T) {
37
if err != nil {
38
t.Fatal("Failed to get raw connection:", err)
39
}
40
+ defer driverConn.Close()
41
42
// Test data
43
expected := []byte("I ❤️ SQLite in \x00\x01\x02…")
0 commit comments