summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-06-23 12:19:44 +0200
committerJani Heikkinen <jani.heikkinen@digia.com>2014-06-23 12:54:53 +0200
commitb1d99dad098320777a4391052eac531c834748fa (patch)
tree4c824752193a778009f481887f1b82195fd791af /dist
parentcc7ef0667c4a3d46aa5e4e13c67a75156ac60ed2 (diff)
update changelog for QtSql 5.3.1
Change-Id: I06bf38a0c005ad4c13fb4db611847c3408060176 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
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
---------