diff options
Diffstat (limited to 'lib/sql/db.mli')
-rw-r--r-- | lib/sql/db.mli | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/sql/db.mli b/lib/sql/db.mli index 213fb27..b73479b 100644 --- a/lib/sql/db.mli +++ b/lib/sql/db.mli @@ -84,12 +84,16 @@ val check_foreign : unit result val clear_duplicates : + is_root:bool -> f:((string * ImportDataTypes.Value.t) array -> unit) -> 'a t -> ImportDataTypes.Table.t -> ImportAnalyser.Dependency.key list -> unit result -(** Remove all duplicated keys in the table by setting them to NULL. *) +(** Remove all duplicated keys in the table by setting them to NULL. + + This function will check each key referenced used in the table, and will + process each key separately.*) val insert_header : 'a t -> |