summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c913eb6..8f1e6b6 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ Version 1.8.0
Value Types" in the ODB manual as well as the 'composite' example in the
odb-examples package.
+ * The --default-schema option has been renamed to --schema-name. The
+ --default-schema option is now used to specify the database schema.
+
* Default Oracle mapping for std::string has changed from VARCHAR2(4000)
to VARCHAR2(512).