diff options
author | Bill King <bill.king@nokia.com> | 2010-01-13 04:21:45 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2010-01-13 04:21:45 (GMT) |
commit | f8621acaffff3a466e92d121c44f142116bb7373 (patch) | |
tree | e9c9c70589b673fdb857fec3669c68a76f5770e1 /dist | |
parent | 72c08d3411468871f91d074d722f91da49cb075f (diff) | |
download | Qt-f8621acaffff3a466e92d121c44f142116bb7373.zip Qt-f8621acaffff3a466e92d121c44f142116bb7373.tar.gz Qt-f8621acaffff3a466e92d121c44f142116bb7373.tar.bz2 |
SQL 4.6.1 changelog
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 7813cbe..0971f40 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -208,8 +208,11 @@ QtScript QtSql ----- - - foo - * bar + - [QTBUG-5373] Fixed QSqlRelationalTableModel doesn't correctly work with relation in other database schema. + - [QTBUG-5298] (OCI) Fixed QSqlDatabase.tables() does not work with system tables. + - [QTBUG-6421] Fixed setForwardOnly() for both OCI and SQLite + - [QTBUG-6618] (ODBC) Fixed segfault when error string is larger than 256 chars. + - [QTBUG-4461] (OCI) Fixed problem with clobs being handled as binary QtSvg ----- |