From db7cab8cb57105706d1de4a9277bdeb79490ffc2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Nov 2011 10:24:27 +0200 Subject: Update NEWS file --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 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. -- cgit v1.1