summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fixed lastError() for QTDS driver. Previously, no lastError was available on ...Mark Brand2009-11-041-5/+16
* Fixed handling of database level precision policy for sqlite driver.Yuecel Ahi2009-11-021-5/+1
* Fixes Floating point number truncation in qsqlpsql plugin under linuxBill King2009-11-021-1/+1
* Fixes Oracle batchExec using strings as out params.Bill King2009-10-271-2/+9
* ODBC: Retrieved in ascii, should be stored in ascii.Bill King2009-10-191-1/+1
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-302-1/+16
|\
| * (TDS) Fixes improper formatting of date valuesBill King2009-09-301-1/+3
| * (TDS) Fixes missing field/table name escaping.Bill King2009-09-302-0/+13
* | (ODBC) Better fix for readonly result setBill King2009-09-302-5/+13
* | Add reconnection option to the mysql driver.Bill King2009-09-221-0/+13
* | Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-0/+10
|\|
| * Fixes issue of forward only datasets failing when not set so.Bill King2009-09-171-0/+10
* | Merge commit 'origin/4.5' into 4.6Bill King2009-09-151-0/+3
|\|
| * 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
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0918-72/+72
|\ \
| * | Update license headers again.Jason McDonald2009-09-0918-72/+72
* | | Fixed 'argument 'type' is not used in function' warning for Nokia X86Janne Anttila2009-09-081-0/+1
|/ /
* | DB2 - Don't return an error when the table is just empty.Bill King2009-09-071-2/+3
* | Adds OCI support for synonyms to tables created by another user.Bill King2009-09-031-5/+24
* | Fixes build with older versions of mysql clientBill King2009-09-031-0/+4
* | Fixes mysql not knowing the difference between tables and views.Bill King2009-09-021-16/+31
* | Fixes determination of end of odbc string on deficient driverBill King2009-09-011-6/+6
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3118-234/+234
|\|
| * Update tech preview license header.Jason McDonald2009-08-3118-234/+234
* | Fixes compile for my last change.Bill King2009-08-311-1/+1
* | Adds ability to open sqlite databases readonly.Bill King2009-08-311-6/+18
* | Fixes race condition on reopening an ODBC connection.Bill King2009-08-311-11/+11
* | Fixes invalid use of staticsBill King2009-08-271-30/+24
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-242-9/+15
|\|
| * 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
* | Merge commit 'qt/master'Jason Barron2009-08-1318-30/+24
|\ \
| * | Fixes proper quoting under odbc.Bill King2009-08-131-11/+5
| * | Update contact URL in license headers.Jason McDonald2009-08-1218-18/+18
| * | Fixes coverity warning of uninit variable.Bill King2009-08-111-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-062-31/+26
|\| |
| * | Fixes casing issue in the PSQL driver.Bill King2009-08-051-5/+5
| * | Fixes failed queries when mysql auto-preparesBill King2009-08-041-26/+21
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-3/+3
|\| |
| * | Merge branch '4.5'Thiago Macieira2009-08-031-3/+3
| |\|
| | * 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
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-1/+3
|\| |
| * | Fixes various db2 autotest issues.Bill King2009-07-291-1/+3
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-274-49/+55
|\| |
| * | Fix compilation for db2 driver after win9x removal spreeBill King2009-07-201-0/+2