diff options
author | Bill King <bill.king@nokia.com> | 2009-09-28 00:03:56 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2009-09-28 00:03:56 (GMT) |
commit | 8c3169c487fc863c59b58699b3c570cde3a37bd9 (patch) | |
tree | 1c43bdafe2884b44c33c9352ec8d548e8088598e | |
parent | c5acc6ee80d9f429fc8f4d9dd3cca51f3efdf6d5 (diff) | |
download | Qt-8c3169c487fc863c59b58699b3c570cde3a37bd9.zip Qt-8c3169c487fc863c59b58699b3c570cde3a37bd9.tar.gz Qt-8c3169c487fc863c59b58699b3c570cde3a37bd9.tar.bz2 |
Update dist/changes-4.5.3 for sql changes.
-rw-r--r-- | dist/changes-4.5.3 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/dist/changes-4.5.3 b/dist/changes-4.5.3 index f6aecb8..bb6c165 100644 --- a/dist/changes-4.5.3 +++ b/dist/changes-4.5.3 @@ -37,7 +37,20 @@ Third party components **************************************************************************** * Database Drivers * **************************************************************************** - +- [QT-353] (ODBC) Fixed issue of forward only datasets failing when not + explicitly set so. +- [222678] Fixed QSqlTableModel: trying to delete the wrong row. +- (Interbase) Fixed crash when calling numRows on unknown query type. +- Fixed several database autotests. +- Fixed determination of end of odbc string on deficient driver. +- Fixed formatting of date strings in psql driver. +- Fixed mysql queries automatically getting prepared. Now have to explicitly + prepare them if you want that functionality. +- Fixed failure when QSqlTableModel has null fields to update. +- Fixed missing isnan/isinf on some platforms (needed for postgres driver) +- Fixed ::record for dialect 3 named tables in interbase/firebird. +- Fixed invalid length for numeric fields in oracle. +- (ODBC) Fixed non-unicode strings should be strings, not bytearrays. **************************************************************************** * Platform Specific Changes * |