aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-25 09:46:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-25 09:46:46 +0200
commit17353cfb03e1e3bff4af0c345158cee32f1b7c47 (patch)
treeaaa689f03c349cf46e990df4c8e31669b36a3b0c
parentc06b6e680ad2fe986f12bbda593f9b5b7c1fc22b (diff)
Add entry about PostgreSQL support
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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