aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli9
1 files changed, 9 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 6d67ca7..350bbfc 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -1027,6 +1027,15 @@ class options
\cb{10.1} or later is assumed."
};
+ bool --oracle-warn-truncation
+ {
+ "Warn about SQL names that are longer than 30 characters and are
+ therefore truncated. Note that during database schema generation
+ (\cb{--generate-schema}) ODB detects when such truncations lead
+ to name conflicts and issues diagnostics even without this option
+ specified."
+ };
+
//
// SQL Server-specific options.
//