summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.3.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.3.0')
-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
------