| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes for using freetds | Mark Brand | 2010-07-29 | 2 | -0/+6 |
|
|
* | Fixed an incorrect profile inclusion. | axis | 2010-07-22 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-21 | 1 | -1/+33 |
|\ |
|
| * | Fixes the Oracle nchar bug when NLS_CHARSET is different with NLS_NCHAR_CHARSET. | Charles Yin | 2010-07-21 | 1 | -1/+33 |
|
|
* | | Merge branch 'raptorConfigurePatches' into 4.7-s60 | axis | 2010-07-21 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Fixed automatic sqlite extraction on Symbian makefile build system. | axis | 2010-07-21 | 1 | -0/+2 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixes the Oracle invalid date bug when date is greater or equal to 2800 | Charles Yin | 2010-07-16 | 1 | -1/+1 |
| |/ |
|
* | | fix macx not having UNICODE in DEFINES any more | Oswald Buddenhagen | 2010-07-13 | 1 | -7/+7 |
|
|
* | | Corrected paths | Mark Brand | 2010-07-08 | 1 | -2/+2 |
|
|
* | | fix build with sqlite2 | Oswald Buddenhagen | 2010-07-08 | 1 | -2/+2 |
|
|
* | | Simplify *= to += after contains() test | Mark Brand | 2010-07-07 | 8 | -14/+14 |
|
|
* | | Consolidate sql driver configuration redundancy | Mark Brand | 2010-07-07 | 10 | -119/+104 |
|/ |
|
* | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
|
|
* | use "win32-g++*" scope to match all MinGW makespecs | Mark Brand | 2010-06-10 | 1 | -11/+9 |
|
|
* | Fix compilation on WinXP MinGW32; | lit-uriy | 2010-06-02 | 1 | -2/+2 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-05-02 | 1 | -3/+3 |
|\ |
|
| * | Fix QT_NO_LIBRARY | Tasuku Suzuki | 2010-04-29 | 1 | -3/+3 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-21 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Fix sqlite driver doesn't return error message RAISE by a trigger. | Bill King | 2010-04-20 | 1 | -0/+1 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-03-29 | 1 | -38/+119 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-03-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Ensure that the entire CLOB can be returned from an Oracle database | Andy Shaw | 2010-03-12 | 1 | -2/+2 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 6 | -108/+204 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | 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 | 2 | -28/+20 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Olivier Goffart | 2010-02-04 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | optimization: get rid of QString::fromUtf16() usage | Oswald Buddenhagen | 2010-02-01 | 2 | -3/+3 |
|
|
* | | 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 | 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 |
|
|