From d7d0e1067b690f08006bb57149e204f4b9ddb99c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Jul 2012 10:29:50 +0200 Subject: Document new index definition support --- NEWS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0fdda4f..5793013 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,17 @@ Version 2.1.0 + * Support for defining database indexes. Both simple and composite indexes + can be defined with support for database-specific index types, methods, and + options. For more information, refer to Section 12.6, "Index Definition + Pragmas" as well as Sections [13-17].16, " Index Definition" + in the ODB manual. + * Support for mapping additional database types, such as geospatial types, user-defined types, and collections. This mechanism allows you to map any database type to one of the types for which ODB provides built-in support (normally string or binary). The text or binary representation of the data can then be extracted into a C++ data type of your choice. - For more information, refer to Section 12.6, "Database Type Mapping + For more information, refer to Section 12.7, "Database Type Mapping Pragmas" in the ODB manual. * The session constructor now accepts an options bool argument (true by -- cgit v1.1