diff options
author | Derick Hawcroft <derick.hawcroft@nokia.com> | 2009-11-10 04:22:39 (GMT) |
---|---|---|
committer | Derick Hawcroft <derick.hawcroft@nokia.com> | 2009-11-10 04:22:39 (GMT) |
commit | eba8efb5b91baea88ca94da181fd746c6e9252ec (patch) | |
tree | 93695bc1b77e6b24d4a2ddaaaae6f3d3663104a7 /dist | |
parent | df64570cb5f65c348816e0bfb6d818642f04e468 (diff) | |
download | Qt-eba8efb5b91baea88ca94da181fd746c6e9252ec.zip Qt-eba8efb5b91baea88ca94da181fd746c6e9252ec.tar.gz Qt-eba8efb5b91baea88ca94da181fd746c6e9252ec.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. |