aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-27 10:29:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-27 10:30:15 +0200
commitd7d0e1067b690f08006bb57149e204f4b9ddb99c (patch)
tree07c2a151157a4a6f0b744461d2069ff94afa0ba8 /NEWS
parent923639283d2bae0b82cb605fa4680a3058c9d973 (diff)
Document new index definition support
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
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, "<Database> 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