aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-06 14:36:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-06 14:36:20 +0200
commit62106fba0abbb890833778036406cac345d5ca20 (patch)
tree0e74efcd6ed1a4ffe6cace907394fd7a55fae2db /NEWS
parent6d0c7119137749ca31b3d66406c6a270fbbb5fc2 (diff)
Add ability to specify SQLite vfs module in database constructor
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52f7b00..5dc913d 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,9 @@ Version 2.1.0
more information, refer to Section 20.1, "Basic Types" in the ODB manual
as well as the 'qt' example in the odb-examples package.
+ * SQLite improvements: Ability to specify the virtual filesystem (vfs) module
+ in the database constructor (Section 14.2, "SQLite Database Class").
+
* The id() pragma that was used to declare a persistent class without an
object id has been renamed to no_id.