aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-25 14:58:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-25 14:58:24 +0200
commitc1d2ec5bbd5969332f3278f39d2a7a8f0abc0493 (patch)
treef28f45651288fd77960d722d8b5f87c32491dab0 /NEWS
parent94d00afa2896a0a418da029aee1e5354c49759dd (diff)
Rename --default-schema to --schema-name
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).