aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-22 14:37:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-22 14:37:10 +0200
commit36863f5f31c202e45c8a406a321deb8d237cbc14 (patch)
tree73ddb6aa8d7d5c5ae3a4d0b47a7e9415b6787359 /odb/options.cli
parent823ec53170fa7092bb0b88db13a3c5e64bf14159 (diff)
Add support for warning about SQL name truncations in Oracle
Also detect and issue diagnostics when such truncations lead to name conflicts.
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.
//