aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-11 13:55:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-11 13:55:47 +0200
commitf01ad68661d62af62087b7b1ae29628f028e9eaa (patch)
tree2dab7f2e5d9e8dee0a74c0cc9fa33bbe66c12359 /NEWS
parent3ac67fb63eec3534046fe2eb72bc2d37aca1cd98 (diff)
Add support for mapping std::array to BLOB and char[16] to UUID types
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
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<char, N> and std::array<unsigned
+ char, N> types to BLOB/BINARY database types. For more information,
+ refer to Section [13-17].1, "<Database> 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.