aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-27 12:39:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-27 12:39:57 +0200
commit691b0f1ec76329c5ef0796a310f66c30c879f317 (patch)
tree00d378ca3d3c19272de45ba8377e55e77a06d2b3 /NEWS
parentef7dd01920a4a28ba3c4aad3abe69bd43beee9fa (diff)
Rename --default-schema to --schema
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8f1e6b6..70d9742 100644
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,7 @@ 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.
+ * The --default-schema option has been renamed to --schema-name.
* Default Oracle mapping for std::string has changed from VARCHAR2(4000)
to VARCHAR2(512).