diff options
author | Derick Hawcroft <derick.hawcroft@nokia.com> | 2009-11-10 04:22:39 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 16:06:46 (GMT) |
commit | f9d583bde5b5155c13019dc2e0878b4257855f4d (patch) | |
tree | 769728f34166bf87f99e6bf35a79fba69aa9c0df /dist | |
parent | f9f67853b80c914ee5dc8b8ac8a522e0ae4fb936 (diff) | |
download | Qt-f9d583bde5b5155c13019dc2e0878b4257855f4d.zip Qt-f9d583bde5b5155c13019dc2e0878b4257855f4d.tar.gz Qt-f9d583bde5b5155c13019dc2e0878b4257855f4d.tar.bz2 |
update changelog
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.0 | 3 |
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. |