summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/qsqlrelationaltablemodel/tst_qsqlrelationaltablemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-14/+14
* Sql: Fix heap-user-after-free for globally initialized db objectsAlexandru Croitor2020-07-011-5/+23
* Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-8/+6
* psql: Add expected failures where the table name is case sensitiveAndy Shaw2018-02-211-0/+2
* psql: Fix SQL testsAndy Shaw2018-02-201-12/+21
* Test calling setRelation() with QSqlRelation() clears the relationAndy Shaw2018-01-021-0/+23
* 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-211-17/+12
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-8/+8
|/
* tests/auto/sql: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-13/+13
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-261-10/+10
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-44/+44
* 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/+2
* Cleanup the SQL testsAndy Shaw2013-04-251-35/+46
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-051-42/+44
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QSqlTableModel::setData(): no longer autosubmit for OnRowChangeMark Brand2012-03-151-0/+2
* QSqlTableModel: use selectRow() for field and row edit strategiesMark Brand2012-03-071-0/+11
* restore previously non-working disabled testMark Brand2012-02-281-2/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-4/+0
* QSqlRelationalTableModel doesn't follow relations on the first columnHonglei Zhang2011-12-021-0/+55
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-5/+5
* Remove redundant qWarning's.Jason McDonald2011-10-071-3/+1
* No need to return after QSKIP.Jason McDonald2011-10-071-3/+2
* Moved sql autotests into new directory structureJo Asplin2011-09-061-0/+1494