From 314b20e813f7bde7cabce60ed3a0179f5ddfd330 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 2 Apr 2012 22:02:31 +0200 Subject: fix typo in change log Change-Id: Id7c3cab500fb3f41fbced5a4012dc0ae5d108192 Reviewed-by: Debao Zhang Reviewed-by: Mark Brand --- dist/changes-5.0.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 9852c24894..1465532806 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -229,7 +229,7 @@ information about a particular change. - QSystemLocale has been removed from the public API. -- QSqlQueryModel::indexInQuery() is now virtual. See note below under QSql. +- QSqlQueryModel::indexInQuery() is now virtual. See note below under QtSql. - qMacVersion() has been removed. Use QSysInfo::macVersion() or QSysInfo::MacintoshVersion instead. -- cgit v1.2.3 From f1d2f7cfa0875635a9e2ac788bef7094ac549028 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 2 Apr 2012 22:13:11 +0200 Subject: add change log entry for QTBUG-23895 Follow-up to 50ad785bdd38fcff9c47125fc545762435aaa158 Change-Id: Ib44a274148631fe96e13b8fe29436b556c14d34d Reviewed-by: Honglei Zhang --- dist/changes-5.0.0 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist') 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 * -- cgit v1.2.3