summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models
Commit message (Expand)AuthorAgeFilesLines
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-3/+4
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-212-5/+6
|\
| * Fix a couple of SQL testsAndy Shaw2019-02-192-5/+6
* | Always escape the table names when creating the SQL statementAndy Shaw2019-01-232-18/+6
|/
* Initialize the QSqlQuery to be invalid when creating a sql modelAndy Shaw2018-08-281-0/+47
* Show the display role inside the editor for the relation in a QComboBoxAndy Shaw2018-05-292-0/+175
* psql: Add expected failures where the table name is case sensitiveAndy Shaw2018-02-212-0/+13
* psql: Fix SQL testsAndy Shaw2018-02-202-13/+22
* Test calling setRelation() with QSqlRelation() clears the relationAndy Shaw2018-01-021-0/+23
* QSql tests: Remove Windows CE and clean up code.Friedemann Kleint2016-03-103-31/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-40/+40
|\
| * QSqlDriver: use table prefix in WHERE clausesVyacheslav Grigoryev2016-02-171-40/+40
* | Updated license headersJani Heikkinen2016-01-213-51/+36
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-2/+11
|\|
| * QSqlQueryModel::clear(): Call begin/endResetModel().Friedemann Kleint2015-11-191-2/+11
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-132-9/+9
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-053-3/+0
|/
* tests/auto/sql: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-292-22/+22
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-2/+2
* fix usage of wince scopeOswald Buddenhagen2015-06-053-3/+3
* Update copyright headersJani Heikkinen2015-02-113-21/+21
* Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-263-17/+17
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-243-58/+58
* Update license headers and add new license filesMatti Paaso2014-09-243-54/+30
* Improve handling of temporary directories in SQL tests.Friedemann Kleint2014-04-043-6/+7
* 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