summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3051-51/+51
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* improvements to ModifiedRowMark Brand2012-01-272-16/+19
* use nameToIndex() instead of duplicating codeMark Brand2012-01-272-6/+7
* fix identation and styleMark Brand2012-01-272-2/+3
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2514-14/+0
* Fix a compile error in qsql_sqlite2.cppLars Knoll2012-01-251-0/+8
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-243-0/+34
* Remove Symbian specific code from QtSql.Xizhi Zhu2012-01-232-13/+0
* Update contact information in license headers.Jason McDonald2012-01-2351-51/+51
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-191-1/+1
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-2/+2
* Fix documentation.Frederik Gladhorn2012-01-061-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-0551-51/+51
* Check driver validity before using itHonglei Zhang2011-12-122-4/+7
* Fix typos in Sqlite docs.Stephen Kelly2011-12-051-2/+2
* QSqlRelationalTableModel doesn't follow relations on the first columnHonglei Zhang2011-12-021-1/+1
* Fix sqlite driver memory eating due to close failureHonglei Zhang2011-11-301-0/+7
* SQLite support only one statement at a timeHonglei Zhang2011-11-232-2/+15
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-312-7/+4
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-272-3/+3
* Fix compiler warnings.Friedemann Kleint2011-10-271-6/+0
* Fix compiler warnings.Friedemann Kleint2011-09-281-0/+1
* 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