From 371ec576553528fc7b8532bf00673cb222836349 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Jun 2021 13:26:19 +0200 Subject: Update NEWS file with SQLite ATTACH DATABASE support --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0f5fac2..5c63668 100644 --- a/NEWS +++ b/NEWS @@ -67,6 +67,9 @@ Version 2.5.0 * Database classes are now move-constructible. This means they can be returned by value from a function in C++11. + * Support for SQLite ATTACH DATABASE. Attached databases are represented as + special odb::sqlite::database instances. @@ TODO: doc ref. + * 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. -- cgit v1.1