summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-09-28 00:03:56 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-09-28 03:31:19 (GMT)
commit491075efb290483113193ef9fa9245b597be6769 (patch)
tree512e3a44d4333174edfceaa4f6e63525d4ab8b22
parent62f23040e848e28991f34b70557eca23cd8cbbbf (diff)
downloadQt-491075efb290483113193ef9fa9245b597be6769.zip
Qt-491075efb290483113193ef9fa9245b597be6769.tar.gz
Qt-491075efb290483113193ef9fa9245b597be6769.tar.bz2
Update dist/changes-4.5.3 for sql changes.
(cherry picked from commit 8c3169c487fc863c59b58699b3c570cde3a37bd9)
-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 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 *