summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fixes crash when calling numRows on unknown query type (ibase)Bill King2009-09-151-0/+3
* Fixes determination of end of odbc string on deficient driverBill King2009-09-101-6/+6
* Update license headers again.Jason McDonald2009-09-0818-72/+72
* Update tech preview license header.Jason McDonald2009-08-3118-234/+234
* Fix a SQLITE whitespace in identifiers issue.Derick Hawcroft2009-08-181-8/+13
* Update license headers.Jason McDonald2009-08-1118-18/+18
* Fixes formatting of date strings in psql driverBill King2009-08-111-1/+1
* Missing break when formatting from a time valueBill King2009-08-111-0/+1
* Fixes hack around show queries not allowed to be prepared.Bill King2009-07-301-3/+3
* Fixed compile on certain Solaris versions.Rohan McGovern2009-07-211-1/+1
* Plugged possible memory leak in getPSQLVersion()Stian Sandvik Thomassen2009-07-091-2/+2
* Hopefully fix isnan/isinf for good (for all platforms)Bill King2009-07-091-12/+20
* Fixes Dericks inf/nan patch for msvcBill King2009-07-081-0/+13
* remove debugDerick Hawcroft2009-07-081-1/+0
* Handle special number cases (nan,{+-}infinity) in PostgreSQLDerick Hawcroft2009-07-081-0/+17
* Handle all PostgreSQL notifications sitting in the queueDerick Hawcroft2009-07-071-4/+4
* Fixes ::record for dialect 3 named tables in interbase/firebird.Bill King2009-07-031-2/+2
* Fixes invalid length for numeric fields in oracle.Bill King2009-07-031-1/+1
* Tinyint is unsigned, force it to such.Bill King2009-07-021-1/+3
* Get more autotests passing/fixed up.Bill King2009-07-021-2/+5
* Don assume QVariant::String data is going to always be unicode in QODBCDerick Hawcroft2009-07-011-1/+1
* bug fixDerick Hawcroft2009-06-301-0/+1
* save on a couple of mallocsDerick Hawcroft2009-06-251-1/+1
* Fixup ibase.Derick Hawcroft2009-06-251-2/+2
* bug fix for ibase sql driverDerick Hawcroft2009-06-241-16/+36
* make the last checkin compile.Bill King2009-06-231-2/+0
* Fixes non-unicode strings should be strings, not bytearrays.Bill King2009-06-231-17/+1
* task 226042Derick Hawcroft2009-06-221-8/+21
* Update license headers as requested by the marketing department.Jason McDonald2009-06-1618-36/+36
* BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-1511-343/+44
* Fixes one of the fields of mysql bound params not initialised.Bill King2009-05-211-2/+1
* 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