summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-28/+19
|\
| * Revert "(ODBC) Use wchar_t instead of assuming 2 bytes."Bill King2010-02-111-27/+10
| * (ODBC) Use wchar_t instead of assuming 2 bytes.Bill King2010-02-101-10/+27
| * (sqlite) Allow shared cache modeBill King2010-02-091-28/+19
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-2/+2
|\ \ | |/
| * optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-2/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma...Pulse Build System2010-01-222-30/+0
|\ \ | |/ |/|
| * Merge remote branch 'origin/master'Olivier Goffart2010-01-082-9/+25
| |\
| * | Remove obsolete code for unsupported platformsBill King2009-12-162-30/+0
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-1118-18/+18
|\ \ \
| * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0718-18/+18
| |\ \ \ | | |_|/ | |/| |
| | * | Update copyright year to 2010Jason McDonald2010-01-0618-18/+18
* | | | (Sqlite2) Fix for QTBUG-6421Bill King2010-01-111-4/+12
|/ / /
* | | (ODBC) Handle drivers that return SQL_NO_DATA for exec success.Bill King2010-01-051-1/+6
|/ /
* | (OCI) Fixes problem with clobs being handled as binaryBill King2009-12-171-2/+2
* | (ODBC) Fixes segfault when error string is larger than 256 chars.Bill King2009-12-151-6/+17
|/
* Proper fix for QTBUG-6421Bill King2009-12-071-5/+12
* Fixes: OCI QSqlDatabase.tables() does not work with system tables.Bill King2009-12-021-31/+52
* remove unused line of codeDerick Hawcroft2009-12-011-1/+0
* Handle errors and data truncation in QMYSQLResult::fetchNext()Derick Hawcroft2009-11-231-5/+13
* Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-051-1/+1
|\
| * Fix retrieval of SQL type "TIME" information for PostgreSQLDerick Hawcroft2009-11-051-1/+1
* | 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-141-0/+3
|\ \ | |/
| * Fixes crash when calling numRows on unknown query type (ibase)Bill King2009-09-141-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-021-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