From 3ffb8d30685b9dbc51e08e230fe0ecf15bb3a946 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Apr 2012 11:48:51 +0200 Subject: Cosmetic changes --- NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 6979130..c80156a 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,10 @@ Version 1.9.0 7.2.1, "Composite Object Ids" in the ODB manual as well as the 'composite' example in the odb-examples package. + * Support for the NULL value semantics for composite values. For more + information, refer to Section 7.3, "Pointers and NULL Value Semantics" + in the ODB manual. + * New schema format (--schema-format), 'separate', allows the generation of the schema creation code into a separate C++ source file (called 'name-schema.cxx' by default). This value is primarily useful if you @@ -45,17 +49,14 @@ Version 1.9.0 namespace. For more information, refer to Section 12.5.1, "pointer" and Section 12.5.2, "table" in the ODB manual. - * Support for the NULL value semantics for composite values. For more - information, refer to Section 7.3, "Pointers and NULL Value Semantics" - in the ODB manual. - * Session support is now optional and is disabled by default. This is a backwards-incompatible change. Session support can be enabled on the per object basis or at the namespace level using the new session pragma. It can also be enabled by default for all the objects using the --generate-session ODB compiler option. Thus to get the old behavior where all the objects were session-enabled, simply add --generate-session - to your ODB compiler command line. + to your ODB compiler command line. For more information, refer to Chapter + 10, "Session" in the ODB manual. * The semantics of the callback functions with respect to object const-ness has changed. This is a backwards-incompatible change. Now, the callback -- cgit v1.1