summaryrefslogtreecommitdiff
path: root/src/settings.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.sig')
-rw-r--r--src/settings.sig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.sig b/src/settings.sig
index a2a56407..6a409cdd 100644
--- a/src/settings.sig
+++ b/src/settings.sig
@@ -224,10 +224,11 @@ signature SETTINGS = sig
requiresTimestampDefaults : bool,
supportsIsDistinctFrom : bool,
supportsSHA512 : {InitializeDb : string,
- GenerateHash : string -> string} option
+ GenerateHash : string -> string} option,
(* If supported, give the SQL code to
* enable the feature in a particular
* database and to compute a hash of a value. *)
+ supportsSimilar : {InitializeDb : string} option
}
val addDbms : dbms -> unit