summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'refactor'Gunnar Sletta2011-09-131-3/+3
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-08-252-0/+22
| |\
| * \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-031-2/+34
| |\ \
| * \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-212-12/+69
| |\ \ \
| * \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-1212-222/+0
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2451-861/+862
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'origin/master' into refactorLars Knoll2011-05-121-0/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-2/+6
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fix includesLars Knoll2011-05-081-3/+3
* | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add operator== and operator!= to qsqlerror classAntonis Tsiapaliokas2011-08-242-0/+22
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Make it possible to update a related table after an external updateAndy Shaw2011-07-291-2/+34
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add docs for QSqlRelationalTableModel::JoinModeCharles Yin2011-07-201-0/+12
* | | | | | | Fixed behavior on NULL foreign keysDaNiMoTh2011-07-202-12/+57
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove QT3_SUPPORT from qsql, qxmlGabriel de Dietrich2011-07-0612-222/+0
| |_|_|_|/ |/| | | |
* | | | | Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-081-0/+2
* | | | | Moved common module profiles to be feature profiles.axis2011-06-051-1/+1
| |_|_|/ |/| | |
* | | | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2451-860/+860
* | | | Doc: Documented the value returned when no field can be found.David Boddie2011-05-231-1/+2
| |_|/ |/| |
* | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-111-0/+2
|\ \ \ | |_|/ |/| |
| * | Add QT_xxx_VERSION macros for each library in qtbaseLiang Qi2011-05-101-0/+2
| |/
* | Fixed QTBUG-11935 : "With MySQL version > 50000 the QMYSQLDriver::Emmanuel BOURGERIE2011-05-101-4/+4
* | Fixed QTBUG-11935Emmanuel BOURGERIE2011-05-101-2/+6
|/
* Move private headers into versioned subdirectoryMarius Storm-Olsen2011-05-021-1/+1
* Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-0/+4
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2765-0/+27177