aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.