aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-10 13:26:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-10 13:26:19 +0200
commit371ec576553528fc7b8532bf00673cb222836349 (patch)
tree50a685c8edc9ea42c3cf2c529ab7aec721f64a8b
parent254c2074ab02f5a567af333c01a86e63996a6240 (diff)
Update NEWS file with SQLite ATTACH DATABASE support
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.