diff options
author | Bill King <bill.king@nokia.com> | 2009-04-16 03:48:20 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-17 02:21:46 (GMT) |
commit | 41a2b73a4bf5e7e8e1c0af458a120e2cf75f8035 (patch) | |
tree | d79a050e87f4ec59902b47851cc197a7e5e631d4 | |
parent | 7c49be8d8053532bd4c42eff4536c18366f8208a (diff) | |
download | Qt-41a2b73a4bf5e7e8e1c0af458a120e2cf75f8035.zip Qt-41a2b73a4bf5e7e8e1c0af458a120e2cf75f8035.tar.gz Qt-41a2b73a4bf5e7e8e1c0af458a120e2cf75f8035.tar.bz2 |
Add sql changes to 4.5.1 changelog
(cherry picked from commit b01d52de1f942755c59e22d50b84dd37ffc8e3fe)
-rw-r--r-- | dist/changes-4.5.1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 0b06315..8d306d9 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -218,10 +218,28 @@ Third party components * Fixed path fill styles (Zack Rusin) * Fixed pre-edit text handling with input methods. +- QSqlTableModel + * [189093] QSqlTableModel did not handle updates when one of the fields + had a NULL value. + * Made setTable() try and use the db's casing of the passed tablename. + **************************************************************************** * Database Drivers * **************************************************************************** + * Fixed DB2 driver returning double field as empty + * Fixed memory leak in DB2 driver + * [249059] Fixed QPSQL datetime/time fields with negative timezone offsets + not being handled correctly. + * Fixed DB2 not enquoting table/field names properly. + * Fixed an issue with ODBC & FreeTDS not accepting quotes in statements. + * Fixed sqlite2 driver not returning false on failing to exec a statement. + * PrecisionPolicy now works in the oracle driver. + * Fixed ODBC driver returning a list of tables when requested. + * Fixed Interbase retrieving scale/precision information on numeric/decimal fields. + * Stopped drivers doing quoting again when escapeIdentifier called twice. + * Fixed sqlite2 driver not quoting fields correctly. + * [232769] Fixed memory overflow issue on bound out strings in ODBC Driver **************************************************************************** * Platform Specific Changes * |