summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Clean up some Q_WS_WINDebao Zhang2012-02-241-2/+2
* QSqlTableModel: rename parameter to avoid name clash with methodMark Brand2012-02-231-5/+5
* QSqlTableModel: avoid extra QMap lookupMark Brand2012-02-231-7/+5
* fix styleMark Brand2012-02-231-2/+1
* QSqlTableModel: document edit strategy behaviorMark Brand2012-02-231-2/+14
* improve documentation language styleMark Brand2012-02-231-1/+1
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Ensure that QSqlDatabase::database() is still thread-safeAndy Shaw2012-02-171-4/+1
* QSqlTableModel::indexInQuery(): fix for inserted rowsMark Brand2012-02-151-0/+3
* QSqlRelationalTableModelPrivate: simplify field name translationMark Brand2012-02-151-9/+6
* QSqlTableModel::submitAll(): avoid resubmiting successful changesMark Brand2012-02-152-2/+20
* QSqlTableModel: do not store primaryValues in change cacheMark Brand2012-02-152-13/+7
* QSqlTableModel::primaryValues(): take care of row mappingMark Brand2012-02-151-18/+13
* QSqlTableModel::commitAll(): replace row removal hackMark Brand2012-02-151-1/+13
* QSqlTableModel: deduplicate and optimize counting of insertsMark Brand2012-02-152-14/+18
* QSql*Model: make indexInQuery() virtualMark Brand2012-02-152-18/+10
* QSqlTableModel::primaryValues(): make constMark Brand2012-02-142-2/+2
* QSqlTableModel::insertRecord(): clean up after failed setRecord()Mark Brand2012-02-091-1/+4
* QSqlTableModel::setRecord(): improve handling of field mappingMark Brand2012-02-091-12/+22
* QSqlTableModel::insertRecord(): correct documentationMark Brand2012-02-091-3/+3
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-094-40/+10
* QSqlTableModel::setRecord(): emit dataChanged() consistentlyMark Brand2012-02-081-10/+5
* QSqlTableModel::setRecord(): do not try to detect value changesMark Brand2012-02-081-9/+2
* QSqlTableModel::setData(): submit() instead of updateRowInTable()Mark Brand2012-02-081-10/+3
* QSqlTableModel::setData(): call dataChanged() before select()Mark Brand2012-02-081-2/+1
* QSqlTableModel: do not suppress dataChanged() on inserted recordMark Brand2012-02-082-18/+16
* QSqlTableModel::setRecord(): use submit for OnFieldChangeMark Brand2012-02-081-1/+1
* QSqlTableModel::removeRows(): require valid full range of rowsMark Brand2012-02-071-13/+20
* QSqlTableModel::removeRows(): don't emit extra beforeDeleteMark Brand2012-02-071-8/+0
* QSqlTableModelPrivate::ModifiedRow guard private dataMark Brand2012-02-073-47/+53
* QSqlTableModelPrivate: deduplicate field stripping logicMark Brand2012-02-073-4/+8
* 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