aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-06 11:34:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-06 11:34:57 +0200
commitf573927d48a7ceb155cf681e7cbad1e5176b2c0b (patch)
tree57fcdf7d0ad8da94af7a5e234c2a0d10cff8cfce /NEWS
parent96deed4d2ef7d23b6015c1564866b3e60519d57c (diff)
Detect situations where session is required but not used
Throw session_required.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4363f64..06879eb 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,11 @@ Version 1.9.0
namespace. For more information, refer to Section 12.5.1, "pointer" and
Section 12.5.2, "table" in the ODB manual.
+ * New exception, odb::session_required, is thrown when ODB detects that
+ correctly loading a bidirectional object relationship requires a session
+ but one is not used. For more information, refer to Section 6.2,
+ "Bidirectional Relationships" in the ODB manual.
+
Version 1.8.0
* Support for the Microsoft SQL Server database. The provided connection