aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-26 11:29:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-26 11:29:05 +0200
commit8e046e3ea7e88f872205c2b65cb7f9b86aaabd93 (patch)
treeaba1ae331454eb1e0cf9525faf8a084d3652bda0 /NEWS
parent6c88333c2e0232aed9e0b3c9077306f09e36c65c (diff)
Make session optional
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44f4ffa..61dd006 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,14 @@ Version 1.9.0
but one is not used. For more information, refer to Section 6.2,
"Bidirectional Relationships" in the ODB manual.
+ * Session support is now optional and is disabled by default. This is a
+ backwards-incompatible change. Session support can be enabled on the
+ per object basis or at the namespace level using the new session pragma.
+ It can also be enabled by default for all the objects using the
+ --generate-session ODB compiler option. Thus to get the old behavior
+ where all the objects were session-enabled, simply add --generate-session
+ to your ODB compiler command line.
+
Version 1.8.0
* Support for the Microsoft SQL Server database. The provided connection