aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-02 11:04:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-02 11:07:28 +0200
commited17172ea74a8beaaaf5f2494bd1fecc81ff6144 (patch)
tree475930953f47199fc2a8a7286b0dfe8148c3b690 /NEWS
parent1df3835ada62bd3c6d091469d4596589735abd18 (diff)
Add result_iterator::id() function that returns id without loading object
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6de41f6..b3e329e 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ Version 1.7.0
functionality. For more information, refer to Section 11.1.5 "id", in
the ODB manual.
+ * 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.
+
Version 1.6.0
* New concept, view, is a C++ class that embodies a light-weight, read-