From 8c3169c487fc863c59b58699b3c570cde3a37bd9 Mon Sep 17 00:00:00 2001 From: Bill King Date: Mon, 28 Sep 2009 10:03:56 +1000 Subject: Update dist/changes-4.5.3 for sql changes. --- dist/changes-4.5.3 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 * -- cgit v0.12