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 62bcb24 commit 79770f3Copy full SHA for 79770f3
sqlite3/lib/src/ffi/bindings.dart
@@ -550,6 +550,7 @@ final class FfiDatabase extends RawSqliteDatabase {
550
final previous = _installedUpdateHook;
551
552
if (hook == null) {
553
+ _installedUpdateHook = null;
554
bindings.bindings.sqlite3_update_hook(db, nullPtr(), nullPtr());
555
} else {
556
final native = _installedUpdateHook = hook.toNative();
0 commit comments