aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
commit8d82c02a90cd7cc3f161828624db5b973585c34c (patch)
tree7b04f0b5e1b9e6eb3a2e76395df6a132be7a78d0 /NEWS
parent9d10c570acf1b7e8ed7c0a750ae3edfa70da200b (diff)
Add support for persistent classes without object ids
New pragma id (object). New test: common/no-id.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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-