aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-10 12:12:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-10 12:12:06 +0200
commit3ac67fb63eec3534046fe2eb72bc2d37aca1cd98 (patch)
tree8d5938b6666fc5387286effa905562f11124220b /NEWS
parent275245dfefd73f5e4e81e46637ade03315408fb6 (diff)
Add support for alternative UTF-16 image for TEXT in SQLite
Use it to handle QString and support std::wstring on Windows.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e33c5a0..47e165e 100644
--- a/NEWS
+++ b/NEWS
@@ -53,10 +53,11 @@ 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"). Ability to pass database name as std::wstring on Windows
- (Section 14.2, "SQLite Database Class").
+ * SQLite improvements: Persistence support for std::wstring on Windows
+ (Section 14.1, "SQLite Type Mapping"). Ability to pass the database
+ name as std::wstring on Windows (Section 14.2, "SQLite Database Class").
+ 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.