diff options
author | Bill King <bill.king@nokia.com> | 2009-04-16 03:48:20 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2009-04-16 03:48:20 (GMT) |
commit | b01d52de1f942755c59e22d50b84dd37ffc8e3fe (patch) | |
tree | 3ef67bc9e2a1a66bf1a6d9348fa666097b7ff749 /dist | |
parent | 287d5e7b349dac0cfdb74e9747752fcadc432064 (diff) | |
download | Qt-b01d52de1f942755c59e22d50b84dd37ffc8e3fe.zip Qt-b01d52de1f942755c59e22d50b84dd37ffc8e3fe.tar.gz Qt-b01d52de1f942755c59e22d50b84dd37ffc8e3fe.tar.bz2 |
Add sql changes to 4.5.1 changelog
Diffstat (limited to 'dist')
-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 * |