summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-075-28/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-224-4/+6
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-9/+9
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-234-4/+4
* Interbase: Fix tests when running against FirebirdAndy Shaw2020-08-232-34/+58
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-153-20/+20
* 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-094-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Sql: Fix heap-user-after-free for globally initialized db objectsAlexandru Croitor2020-07-014-11/+49
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-124-12/+8
* Regenerate tests/auto/sqlAlexandru Croitor2019-11-134-5/+42
* 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-164-23/+12
|\|
| * 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
| |/
* / Add Sql build and testsTobias Hunger2018-11-055-0/+32
|/
* 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