aboutsummaryrefslogtreecommitdiff
path: root/lib/sql/db.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-12-11 22:04:40 +0100
committerSébastien Dailly <sebastien@dailly.me>2024-12-12 14:19:48 +0100
commit39f39919fb4749787393e95503f9814912265a73 (patch)
tree57745ab257e50f9ef4d6924c3c77d51fd8fb4d4d /lib/sql/db.ml
parent5a558038874765f20b9dc1bcb1890600e2a2065d (diff)
Review the consistency request
Diffstat (limited to 'lib/sql/db.ml')
-rw-r--r--lib/sql/db.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sql/db.ml b/lib/sql/db.ml
index 89431b1..0f06f15 100644
--- a/lib/sql/db.ml
+++ b/lib/sql/db.ml
@@ -231,7 +231,7 @@ let insert :
Error e
(** This simple function convert a query generated by the application into a
- statement executed with sqlite.
+ statement executed with sqlite.
The function expect a perfect match between the query and the parameters. *)
let execute_query :
@@ -303,7 +303,7 @@ let check_foreign :
f:((string * CSV.DataType.t) array -> unit) ->
Sqlite3.db ->
Syntax.t ->
- Syntax.extern ->
+ Syntax.Extern.t ->
unit T.result =
fun ~f db conf external_ ->
let query = ImportAnalyser.Query.check_external conf external_ in