From d8d71b6838bd3e5268668fb459d89e1666111a87 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Jul 2011 16:11:36 +0200 Subject: Update NEWS file with entries for default and options pragmas --- NEWS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'NEWS') 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 -- cgit v1.1