chore: ⬆️ updated deps

This commit is contained in:
2026-05-20 22:52:20 +02:00
parent d9f27c1775
commit 43f4680176
374 changed files with 295527 additions and 301467 deletions
+1
View File
@@ -60,6 +60,7 @@ func (b *Backup) Commit() (driver.Conn, error) {
if rc == sqlite3.SQLITE_OK {
return b.dstConn, nil
} else {
b.dstConn.Close()
return nil, b.srcConn.errstr(rc)
}
}