From f5e457f5dee11cbd20fc3557f79d6e1f235fb89f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Feb 2015 08:57:30 +0200 Subject: Implement join types support in views --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 -- cgit v1.1