From c26132d22ff37b2ca8d76a0ba4cb1fe9904d7f93 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 14 Mar 2011 17:35:53 +0200 Subject: Update NEWS to reflect boost profile additions Insert boost profile chapter into manual TOC --- NEWS | 7 +++++++ doc/manual.xhtml | 16 +++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 0b75360..533c2e6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Version 1.2.0 + * New profile, boost, provides support for Boost library types. This version + provides support for a subset of types from the 'smart_ptr', 'unordered', + and 'date_time' libraries. The boost profile implementation is provided by + the libodb-boost library. For more information refer to Chapter 12, "Boost + Profile" in the ODB manual as well as the 'boost' example in the + odb-examples package. + * New namespace, odb::core, contains using-declarations for the core ODB constructs, such as the database, transaction, etc. The primary use of this namespace is in the using-directives: diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 25151e5..69dbbe8 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -484,9 +484,15 @@ for consistency. 12Boost Profile - - - + + + + +
12.1
12.2
12.3
12.1Smart Pointers Library
12.2Unordered Containers Library
12.3Date Time Library + + +
12.3.1MySQL Database Type Mapping
+
@@ -7088,8 +7094,8 @@ class employee supports is gregorian::date. The types currently supported by the posix-time sub-profile are posix_time::ptime and - posix_time::time_duration. The manner in which these these - types are persisted is database system dependent and is discussed in the + posix_time::time_duration. The manner in which these types + are persisted is database system dependent and is discussed in the sub-sections that follow. The example below shows how gregorian::date may be used within a persistent object.

-- cgit v1.1