Update connection delegate
This commit is contained in:
parent
94df0b7cca
commit
d66c96320d
2 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue