We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a4689 commit 4c834ccCopy full SHA for 4c834cc
1 file changed
Sources/SQLiteKit/SQLiteDatabase.swift
@@ -41,7 +41,7 @@ internal class SQLiteDatabase: SQLDatabase {
41
42
deinit {
43
sqlite3_update_hook(db, nil, nil)
44
- sqlite3_close(db)
+ sqlite3_close_v2(db)
45
}
46
47
public static func open(path: String) throws -> SQLiteDatabase {
0 commit comments