From 8d82c02a90cd7cc3f161828624db5b973585c34c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2011 15:16:49 +0200 Subject: Add support for persistent classes without object ids New pragma id (object). New test: common/no-id. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8e835b3..6de41f6 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,11 @@ Version 1.7.0 Section 11.3.6 "readonly (composite value)", and Section 11.4.10 "readonly (data member)" in the ODB manual. + * 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 11.1.5 "id", in + the ODB manual. + Version 1.6.0 * New concept, view, is a C++ class that embodies a light-weight, read- -- cgit v1.1