From 775f1f777b6e517a903cb3e7ad39eaa29e1b427a Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Tue, 6 May 2014 13:54:29 +0200 Subject: update changelog for QtSql 5.3.0 Change-Id: I84c85603488ae0ae3499446f835aa066cf6c96cb Reviewed-by: Andy Shaw --- dist/changes-5.3.0 | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'dist') diff --git a/dist/changes-5.3.0 b/dist/changes-5.3.0 index f97e8699d2..c80f2cbf86 100644 --- a/dist/changes-5.3.0 +++ b/dist/changes-5.3.0 @@ -309,19 +309,29 @@ QtPrintSupport QtSql ----- - - QSqlQuery::isNull(field) now correctly returns true for "no such field". - - QSqlQuery::isNull(fieldname) is a new overload. - - [QTBUG-12186] Fixed the order of values with positional binding in a - QSqlQuery + - QSqlError: + * Now handles alphanumeric error codes. Used by QPSQL. Old numeric + code is deprecated. + + - QSqlQuery: + * isNull(field) now correctly returns true for "no such field". + * isNull(fieldname) is a new overload. + * [QTBUG-12186] Fixed order of values with positional binding. + + - QSqlTableModel: + * [QTBUG-38509] Fix failure to refresh in selectRow() + + - QIBASE: + * [QTBUG-37508] Fix QByteArray memory corruption in QIBaseDriver::open(). + * Support for prepared queries in numRowsAffected(). + + - QODBC: + * [QTBUG-37831] Fix access of tmpStorage in QODBCResult::exec(). - QSQLITE: * Creating temporary databases is now possible * Empty database name now opens in-memory database. - - QSqlError - * Now handles alphanumeric error codes. Used by QPSQL. Old numeric - code is deprecated. - QtTest ------ -- cgit v1.2.3