File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -345,10 +345,11 @@ val db_close : db -> bool
345
345
346
346
val ( let & ) : db -> (db -> 'a) -> 'a
347
347
(* * [let& db = db_open "..." in ...scope that uses db...] ensures that the
348
- database [db] is safely closed at the end of the scope, even if there is an
349
- exception somewhere in the scope.
348
+ database [db] is safely closed at the end of the scope, even if there
349
+ is an exception somewhere in the scope.
350
350
351
- @raise Fun.Finally_raised if the database could not be closed successfully. *)
351
+ @raise Fun.Finally_raised if the database could not be closed successfully.
352
+ *)
352
353
353
354
val enable_load_extension : db -> bool -> bool
354
355
(* * [enable_load_extension db onoff] enable/disable the SQLite3 load
You can’t perform that action at this time.
0 commit comments