summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-073-0/+3
|\
| * Enable running sql model tests in parallelFrederik Gladhorn2014-01-293-0/+3
* | Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-8/+8
|/
* Cleanup the SQL testsAndy Shaw2013-04-253-42/+60
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-053-108/+110
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-022-2/+2
* QtSql tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-283-3/+0
* fix QSqlTableModel:revert() for OnFieldChangeMark Brand2013-02-091-0/+79
* QSqlTableModel: support refreshing inserted rows with auto columnsMark Brand2013-02-061-0/+68
* QSqlTableModel::setData(): fix non-change detectionMark Brand2013-02-061-0/+73
* fix QSqlTableModel::headerData() for empty query with inserted rowMark Brand2013-02-061-0/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-032-2/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Remove warnings from qtbase.Mitch Curtis2012-11-211-0/+1
* normalise signal/slot signatures [QtSql tests]Marc Mutz2012-10-192-10/+10
* QSqlTableModel::selectRow(): don't expand cache if there is no changeMark Brand2012-10-052-2/+21
* QSqlTableModel: record(row) must use virtual data()Mark Brand2012-10-051-0/+41
* QSqlTableModel: restore use of virtual setData() in setRecord()Mark Brand2012-10-051-9/+48
* QSqlTableModel: don't cache unchanged value in setData()Mark Brand2012-10-051-0/+8
* QSqlTableModel: fix segfault when overriding selectRow()Mark Brand2012-10-051-0/+49
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* QSqlTableModel::selectRow(): fix failure on uncached rowsMark Brand2012-09-241-0/+45
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-72/+72
* QSqlQueryModel: fix nested beginResetModel/endResetModelMark Brand2012-08-301-0/+57
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-013-0/+3
* Make sql autotests build without widgetsKent Hansen2012-06-071-0/+2
* QSqlQueryModel::setQuery() don't use deprecated reset()Mark Brand2012-04-232-74/+34
* Fix crash when an invalid filter is setHonglei Zhang2012-03-301-0/+23
* QSqlTableModel::removeRows() enforce edit strategyMark Brand2012-03-151-1/+8
* QSqlTableModel::setData(): no longer autosubmit for OnRowChangeMark Brand2012-03-152-0/+22
* QSqlTableModel: disallow insert if changes are pendingMark Brand2012-03-151-0/+4
* QSqlTableModel::setData()/setRecord(): fix incorrect rowMark Brand2012-03-151-4/+68
* QSqlTableModel::isDirty(): new overloaded methodMark Brand2012-03-121-0/+162
* QSqlTableModel: use selectRow() for field and row edit strategiesMark Brand2012-03-072-14/+76
* QSqlTableModel: handle changes between submit and selectMark Brand2012-03-071-4/+4
* restore previously non-working disabled testMark Brand2012-02-281-2/+1
* QSqlTableModel::commitAll(): replace row removal hackMark Brand2012-02-151-3/+7
* update comment on testMark Brand2012-02-141-1/+1
* QSqlTableModel::setRecord(): emit dataChanged() consistentlyMark Brand2012-02-081-3/+3
* QSqlTableModel::setRecord(): do not try to detect value changesMark Brand2012-02-081-3/+3
* QSqlTableModel::removeRows(): don't emit extra beforeDeleteMark Brand2012-02-071-4/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
* Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-063-10/+0
* QSqlRelationalTableModel doesn't follow relations on the first columnHonglei Zhang2011-12-021-0/+55
* all remaining tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-253-6/+9