| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed compile on certain Solaris versions. | Rohan McGovern | 2009-07-20 | 1 | -1/+1 |
|
|
* | Fixes failure when table has null fields to update | Bill King | 2009-07-13 | 1 | -1/+1 |
|
|
* | emit dataChanged() signal | Derick Hawcroft | 2009-07-09 | 1 | -0/+1 |
|
|
* | Plugged possible memory leak in getPSQLVersion() | Stian Sandvik Thomassen | 2009-07-09 | 1 | -2/+2 |
|
|
* | Hopefully fix isnan/isinf for good (for all platforms) | Bill King | 2009-07-08 | 1 | -12/+20 |
|
|
* | Fixes Dericks inf/nan patch for msvc | Bill King | 2009-07-08 | 1 | -0/+13 |
|
|
* | remove debug | Derick Hawcroft | 2009-07-07 | 1 | -1/+0 |
|
|
* | Handle special number cases (nan,{+-}infinity) in PostgreSQL | Derick Hawcroft | 2009-07-07 | 1 | -0/+17 |
|
|
* | Handle all PostgreSQL notifications sitting in the queue | Derick Hawcroft | 2009-07-07 | 1 | -4/+4 |
|
|
* | Fixes ::record for dialect 3 named tables in interbase/firebird. | Bill King | 2009-07-03 | 1 | -2/+2 |
|
|
* | Fixes invalid length for numeric fields in oracle. | Bill King | 2009-07-03 | 1 | -1/+1 |
|
|
* | Tinyint is unsigned, force it to such. | Bill King | 2009-07-02 | 1 | -1/+3 |
|
|
* | Get more autotests passing/fixed up. | Bill King | 2009-07-02 | 1 | -2/+5 |
|
|
* | Don assume QVariant::String data is going to always be unicode in QODBC | Derick Hawcroft | 2009-06-30 | 1 | -1/+1 |
|
|
* | bug fix | Derick Hawcroft | 2009-06-30 | 1 | -0/+1 |
|
|
* | bug fix | Derick Hawcroft | 2009-06-29 | 1 | -1/+4 |
|
|
* | save on a couple of mallocs | Derick Hawcroft | 2009-06-24 | 1 | -1/+1 |
|
|
* | Fixup ibase. | Derick Hawcroft | 2009-06-24 | 1 | -2/+2 |
|
|
* | bug fix for ibase sql driver | Derick Hawcroft | 2009-06-24 | 1 | -16/+36 |
|
|
* | make the last checkin compile. | Bill King | 2009-06-23 | 1 | -2/+0 |
|
|
* | Fixes non-unicode strings should be strings, not bytearrays. | Bill King | 2009-06-23 | 1 | -17/+1 |
|
|
* | task 226042 | Derick Hawcroft | 2009-06-22 | 1 | -8/+21 |
|
|
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 50 | -100/+100 |
|
|
* | BT Revert "Fix the behaviour of sql classes regarding quoted identifiers" | Bill King | 2009-06-15 | 15 | -536/+81 |
|
|
* | Fixes one of the fields of mysql bound params not initialised. | Bill King | 2009-05-21 | 1 | -2/+1 |
|
|
* | Fixes conditional jump on uninitialised value | Bill King | 2009-05-21 | 1 | -1/+11 |
|
|
* | Fixes a memory leak in the interbase sql driver. | Bill King | 2009-05-20 | 1 | -4/+3 |
|
|
* | Adds thread initialisation/cleanup code to mysql. | Bill King | 2009-05-20 | 1 | -0/+8 |
|
|
* | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 1 | -1/+1 |
|
|
* | Use newer safer error function if available. | Bill King | 2009-05-14 | 1 | -2/+9 |
|
|
* | Fixes a segfault from out of order cleanup of mysql resources. | Bill King | 2009-05-13 | 1 | -50/+73 |
|
|
* | The description cited MySQL and the code is for PostgreSQL. | Benjamin Poulain | 2009-05-12 | 1 | -1/+1 |
|
|
* | Fixes QIBASE driver crashes on multiple execution of a prepared query | Bill King | 2009-05-07 | 1 | -3/+3 |
|
|
* | Compiler warnings (Mac/Carbon) | Bjoern Erik Nilsen | 2009-05-07 | 1 | -1/+0 |
|
|
* | Fixes crash when mysql_init() returns 0 | Bill King | 2009-05-05 | 1 | -1/+1 |
|
|
* | Apparently this is the best way to determine which to use | Bill King | 2009-05-01 | 1 | -5/+4 |
|
|
* | Try and clean up ODBC 64/32 bit type disparity | Bill King | 2009-04-29 | 1 | -6/+4 |
|
|
* | Fixes performance degradation from precision fix in 4.5.1 | Bill King | 2009-04-29 | 1 | -20/+20 |
|
|
* | Fixes over-verboseness in OCI tables function. | Bill King | 2009-04-19 | 1 | -2/+2 |
|
|
* | Fixes long strings getting truncated by the ODBC Driver. | Bill King | 2009-04-16 | 1 | -1/+1 |
|
|
* | Fixes an issue with FreeTDS and quoting. | Bill King | 2009-04-15 | 1 | -0/+5 |
|
|
* | Fix the behaviour of sql classes regarding quoted identifiers | abcd | 2009-04-15 | 15 | -81/+537 |
|
|
* | DB2 driver returning double field as empty | Bill King | 2009-04-08 | 1 | -1/+1 |
|
|
* | Missed these changes from the last commit. | Bill King | 2009-04-08 | 1 | -3/+7 |
|
|
* | Fixes: Memory leak in DB2 driver | Bill King | 2009-04-07 | 1 | -12/+23 |
|
|
* | Fixes: QSqlTableModel does not handle updates when one of the fields has | Bill King | 2009-04-06 | 1 | -3/+8 |
|
|
* | Fixes: QPSQL: datetime or time fields with negative time zone | Bill King | 2009-03-31 | 1 | -2/+4 |
|
|
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 55 | -0/+25816 |
|
|