summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/qsqltablemodel
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
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* 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
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* 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