From 670ecc61d85bc800e75a41cfe7349de46f3acf59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 7 Sep 2012 13:58:47 +0200 Subject: Add support for passing database name as std::wstring on Windows --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5dc913d..e33c5a0 100644 --- a/NEWS +++ b/NEWS @@ -53,8 +53,10 @@ 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"). + * SQLite improvements: Ability to specify the virtual filesystem (vfs) + module in the database constructor (Section 14.2, "SQLite Database + Class"). Ability to pass database name as std::wstring on Windows + (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