| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ODBC compilation for ODBC versions < 3.5 | Bill King | 2010-03-25 | 1 | -0/+2 |
|
|
* | Unicode fixes for ODBC SQL Driver. | Bill King | 2010-03-25 | 1 | -38/+117 |
|
|
* | Ensure that the entire CLOB can be returned from an Oracle database | Andy Shaw | 2010-03-12 | 1 | -2/+2 |
|
|
* | Fixes: Mysql truncation of integer values + some autotest cleanup | Bill King | 2010-03-05 | 1 | -0/+17 |
|
|
* | Update documentation with warning about setForwardOnly | Bill King | 2010-03-05 | 2 | -0/+6 |
|
|
* | Updating SQL binding docs to reflect reality. | Bill King | 2010-03-03 | 2 | -1/+17 |
|
|
* | Fix compile. | Bill King | 2010-03-02 | 1 | -30/+30 |
|
|
* | Fixes: ODBC Driver expects 16bit when system is 32bit | Bill King | 2010-03-02 | 3 | -109/+169 |
|
|
* | Revert "(ODBC) Use wchar_t instead of assuming 2 bytes." | Bill King | 2010-02-11 | 1 | -27/+10 |
|
|
* | (ODBC) Use wchar_t instead of assuming 2 bytes. | Bill King | 2010-02-10 | 1 | -10/+27 |
|
|
* | (sqlite) Allow shared cache mode | Bill King | 2010-02-09 | 2 | -28/+20 |
|
|
* | optimization: get rid of QString::fromUtf16() usage | Oswald Buddenhagen | 2010-02-01 | 2 | -3/+3 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-11 | 51 | -51/+51 |
|\ |
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-07 | 51 | -51/+51 |
| |\ |
|
| | * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 51 | -51/+51 |
|
|
* | | | (Sqlite2) Fix for QTBUG-6421 | Bill King | 2010-01-11 | 1 | -4/+12 |
|/ / |
|
* | | (ODBC) Handle drivers that return SQL_NO_DATA for exec success. | Bill King | 2010-01-05 | 1 | -1/+6 |
|/ |
|
* | (OCI) Fixes problem with clobs being handled as binary | Bill King | 2009-12-17 | 1 | -2/+2 |
|
|
* | (ODBC) Fixes segfault when error string is larger than 256 chars. | Bill King | 2009-12-15 | 1 | -6/+17 |
|
|
* | Proper fix for QTBUG-6421 | Bill King | 2009-12-07 | 2 | -5/+17 |
|
|
* | Revert previous commit as it breaks an sqlite assumption. | Bill King | 2009-12-04 | 1 | -5/+0 |
|
|
* | Fixes: QOCI setForwardOnly(true) accumulating values. | Bill King | 2009-12-04 | 1 | -0/+5 |
|
|
* | Fixes: OCI QSqlDatabase.tables() does not work with system tables. | Bill King | 2009-12-02 | 1 | -31/+52 |
|
|
* | remove unused line of code | Derick Hawcroft | 2009-12-01 | 1 | -1/+0 |
|
|
* | Fixed QSqlRelationalTableModel doesn't correctly work with relation in other ... | Bill King | 2009-11-30 | 1 | -1/+1 |
|
|
* | Handle errors and data truncation in QMYSQLResult::fetchNext() | Derick Hawcroft | 2009-11-23 | 1 | -5/+13 |
|
|
* | Don't reset view if a query fails. | Derick Hawcroft | 2009-11-09 | 1 | -4/+5 |
|
|
* | Merge branch '4.5' into 4.6 | Morten Johan Sørvig | 2009-11-05 | 2 | -2/+2 |
|\ |
|
| * | Fix retrieval of SQL type "TIME" information for PostgreSQL | Derick Hawcroft | 2009-11-05 | 1 | -1/+1 |
|
|
| * | Check success of query. | Derick Hawcroft | 2009-11-05 | 1 | -1/+1 |
|
|
* | | Fixed lastError() for QTDS driver. Previously, no lastError was available on ... | Mark Brand | 2009-11-04 | 1 | -5/+16 |
|
|
* | | Fixed handling of database level precision policy for sqlite driver. | Yuecel Ahi | 2009-11-02 | 1 | -5/+1 |
|
|
* | | Fixes Floating point number truncation in qsqlpsql plugin under linux | Bill King | 2009-11-02 | 1 | -1/+1 |
|
|
* | | Merge commit origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-29 | 1 | -2/+9 |
|\ \ |
|
| * | | Fixes Oracle batchExec using strings as out params. | Bill King | 2009-10-27 | 1 | -2/+9 |
|
|
* | | | Fixed crash when setting header data in QSqlQueryModel. | Gabriel de Dietrich | 2009-10-26 | 1 | -1/+1 |
|/ / |
|
* | | ODBC: Retrieved in ascii, should be stored in ascii. | Bill King | 2009-10-19 | 1 | -1/+1 |
|
|
* | | Doc: clarified what addDatabase() returns if the driver cannot be loaded | Stian Sandvik Thomassen | 2009-10-13 | 1 | -0/+2 |
|
|
* | | Fixes issue with multiple lookups to same table/field | Bill King | 2009-10-13 | 1 | -1/+2 |
|
|
* | | Update documentation for setForwardOnly. | Bill King | 2009-10-06 | 2 | -3/+13 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-09-30 | 2 | -1/+16 |
|\ \
| |/ |
|
| * | (TDS) Fixes improper formatting of date values | Bill King | 2009-09-30 | 1 | -1/+3 |
|
|
| * | (TDS) Fixes missing field/table name escaping. | Bill King | 2009-09-30 | 2 | -0/+13 |
|
|
* | | (ODBC) Better fix for readonly result set | Bill King | 2009-09-30 | 2 | -5/+13 |
|
|
* | | Add reconnection option to the mysql driver. | Bill King | 2009-09-22 | 2 | -0/+14 |
|
|
* | | Merge branch '4.5' into 4.6 | Tom Cooksey | 2009-09-17 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Fixes issue of forward only datasets failing when not set so. | Bill King | 2009-09-17 | 1 | -0/+10 |
|
|
* | | Merge commit 'origin/4.5' into 4.6 | Bill King | 2009-09-14 | 2 | -4/+8 |
|\ \
| |/ |
|
| * | Fixes QSqlTableModel: trying to delete the wrong row. | Bill King | 2009-09-14 | 1 | -4/+5 |
|
|
| * | Fixes crash when calling numRows on unknown query type (ibase) | Bill King | 2009-09-14 | 1 | -0/+3 |
|
|