Update connection delegate

This commit is contained in:
2025-09-22 19:22:31 +03:00
parent 94df0b7cca
commit d66c96320d
2 changed files with 6 additions and 6 deletions

View File

@@ -203,7 +203,7 @@ private func commitHookCallback(_ ctx: UnsafeMutableRawPointer?) -> Int32 {
do {
for box in connection.delegates {
try box.delegate?.connectionDidCommit(connection)
try box.delegate?.connectionWillCommit(connection)
}
return SQLITE_OK
} catch {