summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-3051-663/+663
* Fix sqlite driver doesn't return error message RAISE by a trigger.Bill King2010-04-201-0/+1
* Fix ODBC compilation for ODBC versions < 3.5Bill King2010-03-251-0/+2
* Unicode fixes for ODBC SQL Driver.Bill King2010-03-251-38/+117
* Ensure that the entire CLOB can be returned from an Oracle databaseAndy Shaw2010-03-121-2/+2
* Fixes: Mysql truncation of integer values + some autotest cleanupBill King2010-03-051-0/+17
* Update documentation with warning about setForwardOnlyBill King2010-03-052-0/+6
* Updating SQL binding docs to reflect reality.Bill King2010-03-032-1/+17
* Fix compile.Bill King2010-03-031-30/+30
* Fixes: ODBC Driver expects 16bit when system is 32bitBill King2010-03-023-109/+169
* 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-092-28/+20
* optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-012-3/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-1151-51/+51
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0751-51/+51
| |\
| | * Update copyright year to 2010Jason McDonald2010-01-0751-51/+51
* | | (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-082-5/+17
* Revert previous commit as it breaks an sqlite assumption.Bill King2009-12-041-5/+0
* Fixes: QOCI setForwardOnly(true) accumulating values.Bill King2009-12-041-0/+5
* Fixes: OCI QSqlDatabase.tables() does not work with system tables.Bill King2009-12-031-31/+52
* remove unused line of codeDerick Hawcroft2009-12-011-1/+0
* Fixed QSqlRelationalTableModel doesn't correctly work with relation in other ...Bill King2009-12-011-1/+1
* Handle errors and data truncation in QMYSQLResult::fetchNext()Derick Hawcroft2009-11-231-5/+13
* Don't reset view if a query fails.Derick Hawcroft2009-11-091-4/+5
* Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-052-2/+2
|\
| * Fix retrieval of SQL type "TIME" information for PostgreSQLDerick Hawcroft2009-11-051-1/+1
| * Check success of query.Derick 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
* | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-291-2/+9
|\ \
| * | Fixes Oracle batchExec using strings as out params.Bill King2009-10-271-2/+9
* | | Fixed crash when setting header data in QSqlQueryModel.Gabriel de Dietrich2009-10-261-1/+1
|/ /
* | ODBC: Retrieved in ascii, should be stored in ascii.Bill King2009-10-191-1/+1
* | Doc: clarified what addDatabase() returns if the driver cannot be loadedStian Sandvik Thomassen2009-10-131-0/+2
* | Fixes issue with multiple lookups to same table/fieldBill King2009-10-131-1/+2
* | Update documentation for setForwardOnly.Bill King2009-10-062-3/+13
* | 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-222-0/+14
* | 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-152-4/+8
|\|