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 3afeec6 commit 3211662Copy full SHA for 3211662
packages/sqlite_async/lib/src/common/connection/sync_sqlite_connection.dart
@@ -55,7 +55,7 @@ class SyncSqliteConnection extends SqliteConnection with SqliteQueries {
55
return mutex.lock(
56
() {
57
task?.finish();
58
- return callback(SyncWriteContext(db));
+ return callback(SyncWriteContext(db, parent: task));
59
},
60
timeout: lockTimeout,
61
);
0 commit comments