aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-09 09:33:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-09 09:33:33 +0200
commit70f8e28b612950a40102ff21f573849212e47660 (patch)
treea61ae72f42cf45bd90d9dd572999d7f30222836e
parentaf15cca60b6bb967383d1b70d19ed715c62a984c (diff)
Update NEWS file with tracing support entry
-rw-r--r--NEWS7
1 files 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<unsigned
char> 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