aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 08:57:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 08:57:30 +0200
commitf5e457f5dee11cbd20fc3557f79d6e1f235fb89f (patch)
tree17b21ea5494e37aea6a336284990ebb6424466e8 /NEWS
parent2ca4828d303fdd27c573429910f7a25fd1e3727c (diff)
Implement join types support in views
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f003c4b..896c161 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,11 @@ Version 2.4.0
Section 15.2, "Persistent Class Template Instantiations" in the ODB
manual.
+ * Support for object and table join types in views. Supported join type
+ are left, right, full, inner, and cross with left being the default.
+ For details, refer to Sections 10.1, "Object Views" and 10.3, "Table
+ Views" in the ODB manual.
+
* Support for result modifiers in view query conditions. Currently
supported result modifiers are 'distinct' (which is translated to
SELECT DISTINCT) and 'for_update' (which is translated to FOR UPDATE or