From 62106fba0abbb890833778036406cac345d5ca20 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Sep 2012 14:36:20 +0200 Subject: Add ability to specify SQLite vfs module in database constructor --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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. -- cgit v1.1