From e4d52fddfcd32de4dfa3dccf70fba0f667bad905 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Aug 2011 14:32:09 +0200 Subject: Document odb::connection --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'NEWS') 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 -- cgit v1.1