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. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 85eadc6..5ff9359 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,11 @@ Version 2.4.0 * Support for calling MySQL stored procedures. For details and limitations refer to Section 17.7, "MySQL Stored Procedures" in the ODB manual. + * New option, --oracle-warn-truncation, makes ODB warn about SQL names + that are longer than 30 characters and are therefore truncated. ODB + now also detects when such truncations lead to name conflicts and + issues diagnostics even without this option specified. + Version 2.3.0 * Support for database schema evolution, including schema migration, data -- cgit v1.1