aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-24 16:11:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-24 16:11:36 +0200
commitd8d71b6838bd3e5268668fb459d89e1666111a87 (patch)
tree8a12f6639fb684640ad9a2c85f4a5c48c4a7eca4
parent8a288c54e5d1a5aacc115515f335ed6224e34459 (diff)
Update NEWS file with entries for default and options pragmas
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 500e2d0..685a576 100644
--- a/NEWS
+++ b/NEWS
@@ -26,13 +26,22 @@ Version 1.5.0
#pragma not_null => #pragma value_not_null
+ * New pragma, default, allows the specification of the database default
+ value. For more information refer to Section 10.3.5, "default" in the
+ ODB manual.
+
+ * New pragmas, options, id_options, index_options, key_options, and
+ value_options, allow the specification of additional column definition
+ options. For more information refer to Section 10.3.6, "options" in the
+ ODB manual.
+
* Support for database operations callbacks. Now a persistent class can
register a callback function that will be called before and after every
database operation, such as persist, load, update, or erase, is performed
on an object of this class. A database operations callback can be used to
implement object-specific pre and post initializations, registrations,
and cleanups. For more information and an example refer to Section 10.1.4,
- "Callback" in the ODB manual.
+ "callback" in the ODB manual.
* New option, --include-regex, allows the modification of the #include
directive paths generated by the ODB compiler. This is primarily useful