From 3c809bc011f331b6e876e542688d4795f2e6bbcb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 13:26:27 +0200 Subject: Document database schema support --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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) -- cgit v1.1