summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/qsqltablemodel
Commit message (Expand)AuthorAgeFilesLines
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-9/+9
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Interbase: Fix tests when running against FirebirdAndy Shaw2020-08-231-20/+33
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-3/+3
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-1/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Sql: Fix heap-user-after-free for globally initialized db objectsAlexandru Croitor2020-07-011-3/+12
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* Regenerate tests/auto/sqlAlexandru Croitor2019-11-131-1/+10
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-3/+4
|\
| * Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-3/+4
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-10/+0
|\|
| * Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-10/+0
* | Add Sql build and testsTobias Hunger2018-11-051-0/+6
|/
* Initialize the QSqlQuery to be invalid when creating a sql modelAndy Shaw2018-08-281-0/+47
* psql: Add expected failures where the table name is case sensitiveAndy Shaw2018-02-211-0/+11
* psql: Fix SQL testsAndy Shaw2018-02-201-1/+1
* QSql tests: Remove Windows CE and clean up code.Friedemann Kleint2016-03-101-10/+0
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* tests/auto/sql: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-9/+9
* fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-261-3/+3
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Improve handling of temporary directories in SQL tests.Friedemann Kleint2014-04-041-2/+3
* Enable running sql model tests in parallelFrederik Gladhorn2014-01-291-0/+1
* Cleanup the SQL testsAndy Shaw2013-04-251-3/+6
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-051-31/+31
* QtSql tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+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-181-1/+1
* 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-031-1/+0
* Remove warnings from qtbase.Mitch Curtis2012-11-211-0/+1
* normalise signal/slot signatures [QtSql tests]Marc Mutz2012-10-191-3/+3
* 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
* QSqlTableModel::selectRow(): fix failure on uncached rowsMark Brand2012-09-241-0/+45
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24