| Commit message (Expand) | Author | Age | Files | Lines |
* | improve sql support for mingw64 | Thierry Bastian | 2010-02-23 | 2 | -1/+7 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-18 | 4 | -16/+15 |
|\ |
|
| * | optimization: get rid of QString::fromUtf16() usage, part 2 | Oswald Buddenhagen | 2010-02-16 | 4 | -16/+15 |
|
|
* | | remove -lz from QT_LFLAGS_PSQL so as to respect qt-zlib | Mark Brand | 2010-02-17 | 1 | -8/+5 |
|/ |
|
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-12 | 1 | -28/+19 |
|\ |
|
| * | 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 | 1 | -28/+19 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Olivier Goffart | 2010-02-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | optimization: get rid of QString::fromUtf16() usage | Oswald Buddenhagen | 2010-02-01 | 1 | -2/+2 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into ma... | Pulse Build System | 2010-01-22 | 2 | -30/+0 |
|\ \
| |/
|/| |
|
| * | Merge remote branch 'origin/master' | Olivier Goffart | 2010-01-08 | 2 | -9/+25 |
| |\ |
|
| * | | Remove obsolete code for unsupported platforms | Bill King | 2009-12-16 | 2 | -30/+0 |
|
|
* | | | 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 | 18 | -18/+18 |
|\ \ \ |
|
| * \ \ | 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 | 18 | -18/+18 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 18 | -18/+18 |
|
|
* | | | | (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 | 1 | -5/+12 |
|
|
* | 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 |
|
|
* | Handle errors and data truncation in QMYSQLResult::fetchNext() | Derick Hawcroft | 2009-11-23 | 1 | -5/+13 |
|
|
* | Merge branch '4.5' into 4.6 | Morten Johan Sørvig | 2009-11-05 | 1 | -1/+1 |
|\ |
|
| * | Fix retrieval of SQL type "TIME" information for PostgreSQL | 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 |
|
|
* | | Fixes Oracle batchExec using strings as out params. | Bill King | 2009-10-27 | 1 | -2/+9 |
|
|
* | | ODBC: Retrieved in ascii, should be stored in ascii. | Bill King | 2009-10-19 | 1 | -1/+1 |
|
|
* | | 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 | 1 | -0/+13 |
|
|
* | | 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 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fixes crash when calling numRows on unknown query type (ibase) | Bill King | 2009-09-14 | 1 | -0/+3 |
|
|
| * | Fixes determination of end of odbc string on deficient driver | Bill King | 2009-09-10 | 1 | -6/+6 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 18 | -72/+72 |
|
|
* | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 18 | -72/+72 |
|\ \ |
|
| * | | Update license headers again. | Jason McDonald | 2009-09-09 | 18 | -72/+72 |
|
|
* | | | Fixed 'argument 'type' is not used in function' warning for Nokia X86 | Janne Anttila | 2009-09-08 | 1 | -0/+1 |
|/ / |
|
* | | DB2 - Don't return an error when the table is just empty. | Bill King | 2009-09-07 | 1 | -2/+3 |
|
|
* | | Adds OCI support for synonyms to tables created by another user. | Bill King | 2009-09-03 | 1 | -5/+24 |
|
|
* | | Fixes build with older versions of mysql client | Bill King | 2009-09-02 | 1 | -0/+4 |
|
|
* | | Fixes mysql not knowing the difference between tables and views. | Bill King | 2009-09-02 | 1 | -16/+31 |
|
|
* | | Fixes determination of end of odbc string on deficient driver | Bill King | 2009-09-01 | 1 | -6/+6 |
|
|