aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 350bbfc..3e3d070 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -770,6 +770,14 @@ class options
TRANSFORMATIONS section below for details."
};
+ database_map<std::vector<std::string> > --statement-regex
+ {
+ "<regex>",
+ "Add <regex> to the list of regular expressions that is used to
+ transform automatically-derived prepared statement names. See
+ the SQL NAME TRANSFORMATIONS section below for details."
+ };
+
database_map<std::vector<std::string> > --sql-name-regex
{
"<regex>",