File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ external clear_bindings : stmt -> Rc.t = "caml_sqlite3_clear_bindings"
222
222
external busy_timeout : db -> int -> unit = " caml_sqlite3_busy_timeout"
223
223
224
224
external enable_load_extension :
225
- db -> bool -> bool = " caml_sqlite3_enable_load_extension" " noalloc "
225
+ db -> bool -> bool = " caml_sqlite3_enable_load_extension"
226
226
227
227
let row_data stmt = Array. init (data_count stmt) (column stmt)
228
228
let row_names stmt = Array. init (data_count stmt) (column_name stmt)
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ external db_close : db -> bool = "caml_sqlite3_close"
192
192
*)
193
193
194
194
external enable_load_extension :
195
- db -> bool -> bool = " caml_sqlite3_enable_load_extension" " noalloc "
195
+ db -> bool -> bool = " caml_sqlite3_enable_load_extension"
196
196
(* * [enable_load_extension db onoff] enable/disable the sqlite3 load
197
197
extension. @return [false] if the operation fails, [true]
198
198
otherwise. *)
You can’t perform that action at this time.
0 commit comments