mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 13:58:55 +08:00 
			
		
		
		
	Oops
This commit is contained in:
		| @@ -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() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user