summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fixes conditional jump on uninitialised valueBill King2009-05-211-1/+11
* Fixes a memory leak in the interbase sql driver.Bill King2009-05-201-4/+3
* Adds thread initialisation/cleanup code to mysql.Bill King2009-05-201-0/+8
* Use newer safer error function if available.Bill King2009-05-141-2/+9
* Fixes a segfault from out of order cleanup of mysql resources.Bill King2009-05-131-50/+73
* Fixes QIBASE driver crashes on multiple execution of a prepared queryBill King2009-05-081-3/+3
* Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-1/+0
* Fixes crash when mysql_init() returns 0Bill King2009-05-061-1/+1
* Apparently this is the best way to determine which to useBill King2009-05-011-5/+4
* Try and clean up ODBC 64/32 bit type disparityBill King2009-04-291-6/+4
* Fixes performance degradation from precision fix in 4.5.1Bill King2009-04-291-20/+20
* Fixes over-verboseness in OCI tables function.Bill King2009-04-201-2/+2
* Fixes long strings getting truncated by the ODBC Driver.Bill King2009-04-171-1/+1
* Fixes an issue with FreeTDS and quoting.Bill King2009-04-151-0/+5
* Fix the behaviour of sql classes regarding quoted identifiersabcd2009-04-1511-44/+344
* DB2 driver returning double field as emptyBill King2009-04-081-1/+1
* Missed these changes from the last commit.Bill King2009-04-081-3/+7
* Fixes: Memory leak in DB2 driverBill King2009-04-081-12/+23
* Fixes: QPSQL: datetime or time fields with negative time zoneBill King2009-03-311-2/+4
* Long live Qt 4.5!Lars Knoll2009-03-2319-0/+14254