add change log entry for QTBUG-23895

Follow-up to 50ad785bdd

Change-Id: Ib44a274148631fe96e13b8fe29436b556c14d34d
Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
This commit is contained in:
Mark Brand 2012-04-02 22:13:11 +02:00 committed by Qt by Nokia
parent 108e708e70
commit f1d2f7cfa0

5
dist/changes-5.0.0 vendored
View 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 *