aboutsummaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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