summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-04-02 22:13:11 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-03 10:45:02 +0200
commitf1d2f7cfa0875635a9e2ac788bef7094ac549028 (patch)
treee671c800a15734f47f4667e4d0f645bba6f7782b /dist
parent108e708e7068bcd402c7f3202e76ab2c2ebd9a68 (diff)
add change log entry for QTBUG-23895
Follow-up to 50ad785bdd38fcff9c47125fc545762435aaa158 Change-Id: Ib44a274148631fe96e13b8fe29436b556c14d34d Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 1465532806..8b509d025f 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -470,6 +470,11 @@ side effect of submitting the cached row when invoked on a different row.
* Database Drivers *
****************************************************************************
+sqlite
+------
+* QVariant::Bool type now mapped to integers 0/1 in SQL instead of strings
+'true' and 'false'. Sqlite does not have a boolean column type and it is
+customary to use integer. QTBUG-23895
****************************************************************************
* Platform Specific Changes *