aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-08-01 14:41:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-08-01 14:41:33 +0200
commit276647c836adec33bee3e1cb16a37db47e872265 (patch)
treef3bac98cf4f732394ea6979dfb2901b78fb9eaa8 /NEWS
parent4cde011f27cd406804f05aa8fd1d28ed91a26738 (diff)
Document new definition pragma
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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