From 276647c836adec33bee3e1cb16a37db47e872265 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Aug 2012 14:41:33 +0200 Subject: Document new definition pragma --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dcb0f7e..ca6b081 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,12 @@ Version 2.1.0 For more information, refer to Section 12.7, "Database Type Mapping Pragmas" in the ODB manual. + * New pragma, definition, allows the specification of an alternative code + generation location for persistent classes, views, and composite value + types. This mechanism is primarily useful for converting third-party + types to ODB composite value types. For more information, refer to + Section 12.3.7, "Definition" in the ODB manual. + * The session constructor now accepts an options bool argument (true by default) which indicates whether to make this session current for this thread. For more information, refer to Chapter 10, "Session" in the ODB -- cgit v1.1