add change log entry for QTBUG-23895
authorMark Brand <mabrand@mabrand.nl>
Mon, 2 Apr 2012 20:13:11 +0000 (22:13 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 3 Apr 2012 08:45:02 +0000 (10:45 +0200)
Follow-up to 50ad785bdd38fcff9c47125fc545762435aaa158

Change-Id: Ib44a274148631fe96e13b8fe29436b556c14d34d
Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
dist/changes-5.0.0

index 1465532..8b509d0 100644 (file)
@@ -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                           *