summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
authorDerick Hawcroft <derick.hawcroft@nokia.com>2009-11-10 14:22:39 +1000
committerDerick Hawcroft <derick.hawcroft@nokia.com>2009-11-10 14:22:39 +1000
commiteba8efb5b91baea88ca94da181fd746c6e9252ec (patch)
tree93695bc1b77e6b24d4a2ddaaaae6f3d3663104a7 /dist/changes-4.6.0
parentdf64570cb5f65c348816e0bfb6d818642f04e468 (diff)
update changelog
Diffstat (limited to 'dist/changes-4.6.0')
-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 fb1f6afa27..2d4e154b7c 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.