From 8e69f40ab32dc8604b68f360ae30fa961ba036ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Feb 2015 17:23:54 +0200 Subject: Implement object loading views See section 10.2 in the manual for details. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 51fb133..d59dd96 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ Version 2.4.0 + * Support for object loading views. Object loading views allow loading of + one or more complete objects instead of, or in addition to, a subset of + data member and with a single SELECT statement execution. For details, + refer to Section 10.2, "Object Loading Views" in the ODB manual. + * Support for bulk operations in Oracle and SQL Server. Bulk operations persist, update, or erase a range of objects using a single database statement execution which often translates to significantly better -- cgit v1.1