From 36863f5f31c202e45c8a406a321deb8d237cbc14 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Jan 2015 14:37:10 +0200 Subject: Add support for warning about SQL name truncations in Oracle Also detect and issue diagnostics when such truncations lead to name conflicts. --- odb/options.cli | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'odb/options.cli') 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. // -- cgit v1.1