aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-03 10:24:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-03 10:24:27 +0200
commitdb7cab8cb57105706d1de4a9277bdeb79490ffc2 (patch)
tree236f3aa857cc694b9659ab45206cf5e67daffa24
parent42b1b0509d0077fd427168fe71296eadf04dfb04 (diff)
Update NEWS file1.7.0.a1
-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.