We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5283a0 commit 2151283Copy full SHA for 2151283
GRDB/Core/DatabasePool.swift
@@ -803,6 +803,7 @@ extension DatabasePool: DatabaseWriter {
803
try Task.checkCancellation()
804
return try writer.sync { db in
805
defer {
806
+ cancelMutex.store(nil)
807
db.uncancel()
808
}
809
cancelMutex.store(db.cancel)
GRDB/Core/SerializedDatabase.swift
@@ -256,6 +256,7 @@ final class SerializedDatabase {
256
return try await withTaskCancellationHandler {
257
try await actor.execute {
258
259
260
261
preconditionNoUnsafeTransactionLeft(db)
262
0 commit comments