summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* reduce cost of checking cache for data() and headerData()Mark Brand2012-02-051-22/+27
* QSqlTableModel::setData(): comment historical idiosyncraciesMark Brand2012-02-051-0/+14
* refactor QSqlTableModel::setData()Mark Brand2012-02-051-38/+20
* refactor QSqlTableModel::setRecord()Mark Brand2012-02-051-40/+37
* merge private and public QSqlTableModel::setRecord()Mark Brand2012-02-052-33/+22
* ModifiedRow: use for all edit strategiesMark Brand2012-02-053-255/+139
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-031-0/+1
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-021-2/+3
* SQL driver implementation to signal notification sourcesTorben Dannhauer2012-02-014-6/+24
* Interface definition to provide notifications with a source information.Torben Dannhauer2012-02-012-0/+13
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* 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
| |_|_|_|/ |/| | | |