aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 13:26:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 13:26:27 +0200
commit3c809bc011f331b6e876e542688d4795f2e6bbcb (patch)
treee9237a3ea7759d6ffa74e2b7db7fce1f1f84c6b9 /NEWS
parent691b0f1ec76329c5ef0796a310f66c30c879f317 (diff)
Document database schema support
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 70d9742..60f3ad4 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,12 @@ Version 1.8.0
Value Types" in the ODB manual as well as the 'composite' example in the
odb-examples package.
+ * Support for database schemas ("database namespaces"). A schema can be
+ specified for a persistent class, for a C++ namespace (the schema then
+ applies to all the persistent classes within this namespace), and for a
+ file with the --schema ODB compiler option. For more information, refer
+ to Section 12.1.8, "schema" in the ODB manual.
+
* The --default-schema option has been renamed to --schema-name.
* Default Oracle mapping for std::string has changed from VARCHAR2(4000)