summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-05-06 13:54:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-07 14:45:54 +0200
commit775f1f777b6e517a903cb3e7ad39eaa29e1b427a (patch)
treecf7c50a8bd4740b3d04918aa4689e5adef306d54 /dist
parentb80f732783e43dc21ddbce4b42d9bb61915a3fb6 (diff)
update changelog for QtSql 5.3.0
Change-Id: I84c85603488ae0ae3499446f835aa066cf6c96cb Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.3.026
1 files changed, 18 insertions, 8 deletions
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
------