summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-11-10 04:09:39 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-11 16:06:46 (GMT)
commitf9f67853b80c914ee5dc8b8ac8a522e0ae4fb936 (patch)
tree5b8bd2e1e5c61ffac1f5a358bde0ecd844efe553 /dist
parent1cb5ebb48e88592cd8e685c998b92140d7dcabb4 (diff)
downloadQt-f9f67853b80c914ee5dc8b8ac8a522e0ae4fb936.zip
Qt-f9f67853b80c914ee5dc8b8ac8a522e0ae4fb936.tar.gz
Qt-f9f67853b80c914ee5dc8b8ac8a522e0ae4fb936.tar.bz2
update dist/changes-4.6.0
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.025
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index f90777d..fb1f6af 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -322,6 +322,31 @@ QtOpenGL
- QGLGradientCache
* [249919] Clean up the gradient cache in the right context.
+QtSql
+ * [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.
+ * [QTBUG-3736] ODBC: Retrieved in ascii, should be stored in ascii.
+ * Fixed issue with multiple lookups to same table/field in QSqlRelationalTableModel
+ * Updated documentation of setForwardOnly
+ * [QT-754] TDS: Fixed improper formatting of date values
+ * TDS: Fixed missing field/table name escaping.
+ * ODBC: Fixed setForwardOnly not being reset on when the query is reset.
+ * [QTBUG-4510] Add reconnection option to the mysql driver.
+ * [222678] Fixed QSqlTableModel: trying to delete the wrong row.
+ * Interbase: Fixed crash when calling numRows on unknown query type.
+ * DB2: Don't return an error when the table is just empty.
+ * [17327] Added OCI support for synonyms to tables created by another user.
+ * [176267] Fixed mysql driver not knowing the difference between tables and views.
+ * Fixed determination of end of ODBC string on deficient drivers.
+ * Added ability to open sqlite databases readonly.
+ * Fixed race condition on reopening an ODBC connection.
+ * Fixed invalid use of statics in the defaultCasing code.
+ * Fixed proper quoting under odbc.
+ * [252450 & 246125] Fixed failed queries due to MySql driver auto-preparing.
+ * QSqlDatabase now has a database level precisionPolicy. Queries now default to this.
+ * Add proper iODBC linking support.
+
QtXml
- QDomDocument