From 8f6a9c51bc64226d7c296e4b0172f9e56a7eea3b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jul 2015 18:43:03 +0200 Subject: Implement SQLite incremental BLOB/TEXT I/O --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 030073f..1df084d 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ Version 2.5.0 * Support for defining views as instantiations of C++ class templates, similar to objects and composite value types. + * Support for SQLite incremental BLOB/TEXT I/O (the sqlite3_blob_open() + functionality). For details, refer to Section 18.1.3, "Incremental + BLOB/TEXT I/O" in the ODB manual. + Version 2.4.0 * Support for object loading views. Object loading views allow loading of -- cgit v1.1