summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/qsqltablemodel/tst_qsqltablemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* SQLite: Handle identifiers correctlyPo-Hao Su2023-09-281-1/+72
* SQL/Tests: Cleanup of tst_databases.hChristian Ehrlicher2023-03-171-18/+11
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-171-2/+2
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-121-13/+13
* SQL/Tests: remove usage of 'foreach'Christian Ehrlicher2023-03-091-2/+2
* SQL/Tests: remove some unused functionsChristian Ehrlicher2023-03-061-13/+11
* SQL: remove unneeded test functionsChristian Ehrlicher2022-12-221-10/+4
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-16/+16
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-031-24/+26
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-0/+49
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-9/+9
* 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
* 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
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-3/+4
* Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-10/+0
* 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
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* tests/auto/sql: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-9/+9
* 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
* Cleanup the SQL testsAndy Shaw2013-04-251-3/+6
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-051-31/+31
* 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-051-1/+20
* 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