Update connection delegate

This commit is contained in:
Oleksii Zghurskyi 2025-09-22 19:22:31 +03:00
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 {