mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Oops
This commit is contained in:
		| @@ -476,7 +476,7 @@ impl InnerConnection { | |||||||
|             drop(catch_unwind(|| { |             drop(catch_unwind(|| { | ||||||
|                 let boxed_hook: *mut F = p_arg.cast::<F>(); |                 let boxed_hook: *mut F = p_arg.cast::<F>(); | ||||||
|                 (*boxed_hook)(); |                 (*boxed_hook)(); | ||||||
|             }); |             })); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         let free_rollback_hook = if hook.is_some() { |         let free_rollback_hook = if hook.is_some() { | ||||||
| @@ -528,7 +528,7 @@ impl InnerConnection { | |||||||
|                     expect_utf8(p_table_name, "table name"), |                     expect_utf8(p_table_name, "table name"), | ||||||
|                     row_id, |                     row_id, | ||||||
|                 ); |                 ); | ||||||
|             }); |             })); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         let free_update_hook = if hook.is_some() { |         let free_update_hook = if hook.is_some() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user