aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-22 14:32:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-22 14:32:09 +0200
commite4d52fddfcd32de4dfa3dccf70fba0f667bad905 (patch)
tree1180664c3afbe06a1e9b6e2f67d32a944479236d /NEWS
parentb79afa6dbea19905b2a035365274616dd1dae2b1 (diff)
Document odb::connection
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2cc9f12..94e4271 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Version 1.6.0
* New function, database::erase_query(), allows the deletion of the
database state of multiple objects matching certain criteria. It uses
the same query expression as the database::query() function. For more
- information, refer to Section 3.9, "Deleting Persistent Objects" in
+ information, refer to Section 3.10, "Deleting Persistent Objects" in
the ODB manual.
* Support for value wrappers. An ODB value wrapper is a class template
@@ -40,6 +40,11 @@ Version 1.6.0
is added to table and index names. For more information, refer to the
ODB compiler command line interface documentation (man pages).
+ * New ODB runtime interface, odb::connection, represents a connection
+ to the database. The primary use case for a connection is to execute
+ native statements outside of a transaction. For more information, refer
+ to Section 3.5, "Connections" in the ODB manual.
+
Version 1.5.0
* Support for the PostgreSQL database. The provided connection factories