aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-23 10:53:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-23 10:53:46 +0200
commit4701df22146e4e4fc0c7fe58903fbd0482defcb5 (patch)
tree502bff26d72ddf0f70513079f33ba9c29c10a28e /NEWS
parent36863f5f31c202e45c8a406a321deb8d237cbc14 (diff)
Handle name truncation in PostgreSQL
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ff9359..49e4aa4 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,12 @@ 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, --statement-regex, can be used to process prepared statement
+ names that are used by PostgreSQL. This can be useful, for example, to
+ shorten names that exceed the PostgreSQL name limit. To this effect, ODB
+ now also warns when an SQL name exceeds the default PostgreSQL limit of
+ 63 characters.
+
* 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