From f01ad68661d62af62087b7b1ae29628f028e9eaa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Sep 2012 13:55:47 +0200 Subject: Add support for mapping std::array to BLOB and char[16] to UUID types --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 47e165e..1e06550 100644 --- a/NEWS +++ b/NEWS @@ -59,6 +59,15 @@ Version 2.1.0 Ability to specify the virtual filesystem (vfs) module in the database constructor (Section 14.2, "SQLite Database Class"). + * Support for mapping C++11 std::array and std::array types to BLOB/BINARY database types. For more information, + refer to Section [13-17].1, " Type Mapping" the ODB manual. + + * Support for mapping the char[16] array to PostgreSQL UUID and SQL Server + UNIQUEIDENTIFIER types. For more information, refer to Sections 15.1, + "PostgreSQL Type Mapping" and 17.1, "SQL Server Type Mapping" in the + ODB manual. + * The id() pragma that was used to declare a persistent class without an object id has been renamed to no_id. -- cgit v1.1