aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 619e4f5..1f6e87d 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,11 @@ Version 1.7.0
functionality. For more information, refer to Section 11.1.5 "id", in
the ODB manual.
+ * Support for mapping char[N], unsigned char[N], and std::vector<unsigned
+ char> to the BLOB (or equivalent) types. For more information, refer to
+ Chapters 13 (for MySQL), 14 (for SQLite), 15 (for PostgreSQL), and 16
+ (for Oracle) in the ODB manual.
+
* Query result iterator now provides the id() function with allows one to
get object id without loading the object. For more information, refer to
Section 4.4 "Query Result", in the ODB manual.