mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Oops
This commit is contained in:
parent
43591154b2
commit
6f8e509763
@ -476,7 +476,7 @@ impl InnerConnection {
|
||||
drop(catch_unwind(|| {
|
||||
let boxed_hook: *mut F = p_arg.cast::<F>();
|
||||
(*boxed_hook)();
|
||||
});
|
||||
}));
|
||||
}
|
||||
|
||||
let free_rollback_hook = if hook.is_some() {
|
||||
@ -528,7 +528,7 @@ impl InnerConnection {
|
||||
expect_utf8(p_table_name, "table name"),
|
||||
row_id,
|
||||
);
|
||||
});
|
||||
}));
|
||||
}
|
||||
|
||||
let free_update_hook = if hook.is_some() {
|
||||
|
Loading…
Reference in New Issue
Block a user