aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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