From 70f8e28b612950a40102ff21f573849212e47660 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Nov 2011 09:33:33 +0200 Subject: Update NEWS file with tracing support entry --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b6e1ca0..024cf3a 100644 --- a/NEWS +++ b/NEWS @@ -13,9 +13,12 @@ Version 1.7.0 * Support for persistent classes without object ids. Such objects have to be explicitly declared as not having object id and they have limited - functionality. For more information, refer to Section 12.1.5 "id", in + functionality. For more information, refer to Section 12.1.5 "id" in the ODB manual. + * Support for SQL statement execution tracing. For more information, refer + to Section 3.2 "Executing Native SQL Statements" in the ODB manual. + * Support for mapping char[N], unsigned char[N], and std::vector to the BLOB (or equivalent) types. For more information, refer to Chapters 13 (for MySQL), 14 (for SQLite), 15 (for PostgreSQL), and 16 @@ -23,7 +26,7 @@ Version 1.7.0 * Query result iterator now provides the id() function with allows one to get object id without loading the object. For more information, refer to - Section 4.4 "Query Result", in the ODB manual. + Section 4.4 "Query Result" in the ODB manual. Version 1.6.0 -- cgit v1.1