From 17353cfb03e1e3bff4af0c345158cee32f1b7c47 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2011 09:46:46 +0200 Subject: Add entry about PostgreSQL support --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 685a576..e5c49ce 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Version 1.5.0 + * Support for the PostgreSQL database. Provided connection factories include + 'new' (new connection is created every time one is requested) and 'pool' + (a pool of connections is maintained). The Boost and Qt profiles have been + updated to support this database. For more information, refer to Chapter + 13, "PostgreSQL Database" in the ODB manual. + * New handling of the NULL semantics. Now, instead of being specified as part of the SQL type with the type pragma, there are separate null and not_null pragmas. The not_null pragma was used to control the NULL -- cgit v1.1