summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index fb1f6af..2d4e154 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -323,6 +323,9 @@ QtOpenGL
* [249919] Clean up the gradient cache in the right context.
QtSql
+ * [QTBUG-3162] Views for Sql table models should not reset state on failed queries.
+ * [QTBUG-5251] Fix retrieval of SQL 'TIME' information for PostgreSQL.
+ * Better error checking for in case of failed query.
* [QTBUG-5179] Fixed Floating point number truncation in qsqlpsql plugin.
* [QTBUG-551] Fixed Oracle batchExec using strings as out params.
* Updated sqlite to 3.6.19 + readded our patches.