summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.3.115
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-5.3.1 b/dist/changes-5.3.1
index 228c64086a..1e6f592a65 100644
--- a/dist/changes-5.3.1
+++ b/dist/changes-5.3.1
@@ -39,6 +39,21 @@ QtGui
* [QTBUG-37190] Fixed crash when trying to load a font from invalid
data.
+QtSql
+-----
+
+ - QDB2 and QODBC
+ * [QTBUG-39137] Fix error handling problem caused by unintialized variable
+ passed to SQLNumResultCols.
+
+ - QPSQL
+ * [QTBUG-12477] Fix PSQL column metadata.
+
+ - QSqlQuery
+ * Fix misbehavior of seek in special query positions BeforeFirstRow and
+ AfterLastRow. (commit 3e6e70bddd84536deaae69421d05785ae6ce28cd)
+ * [QTBUG-33169] Fix for bindvalue(int) memory allocation problem.
+
QtWidgets
---------