Virtual table API.

This commit is contained in:
Nuno Cruces
2023-11-22 13:11:23 +00:00
parent 97d4248176
commit 83c15f2ddc
8 changed files with 53 additions and 74 deletions

View File

@@ -75,8 +75,8 @@ func TestConn_Open_modeof(t *testing.T) {
}
func TestConn_Close(t *testing.T) {
var conn *sqlite3.Conn
conn.Close()
var db *sqlite3.Conn
db.Close()
}
func TestConn_Close_BUSY(t *testing.T) {