summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-09-28 10:03:56 +1000
committerBill King <bill.king@nokia.com>2009-09-28 10:03:56 +1000
commit8c3169c487fc863c59b58699b3c570cde3a37bd9 (patch)
tree1c43bdafe2884b44c33c9352ec8d548e8088598e /dist
parentc5acc6ee80d9f429fc8f4d9dd3cca51f3efdf6d5 (diff)
Update dist/changes-4.5.3 for sql changes.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.5.315
1 files changed, 14 insertions, 1 deletions
diff --git a/dist/changes-4.5.3 b/dist/changes-4.5.3
index f6aecb8634..bb6c16584d 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 *