mirror of
https://github.com/safing/portmaster
synced 2025-09-10 23:14:35 +00:00
Fix SQLite maintenance methods
This commit is contained in:
parent
c0d8d0c2f0
commit
2c8ab54104
2 changed files with 11 additions and 0 deletions
|
@ -99,6 +99,7 @@ func openSQLite(name, location string, printStmts bool) (*SQLite, error) {
|
|||
ctx, cancelCtx := context.WithCancel(context.Background())
|
||||
return &SQLite{
|
||||
name: name,
|
||||
db: db,
|
||||
bob: bob.NewDB(db),
|
||||
ctx: ctx,
|
||||
cancelCtx: cancelCtx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue