summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
* tst_qsqlquery.cpp: Refactor runIntegralTypesMysqlTest()Friedemann Kleint2016-12-051-16/+28
* tst_qsql.cpp: Remove deprecated module includeFriedemann Kleint2016-11-251-1/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-14/+31
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-14/+31
| |\
| | * Never return char variants when reading prepared MySQL statementsMilian Wolff2016-09-121-14/+31
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+39
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+39
| |\|
| | * Fix UNSIGNED values in QMYSQLJesus Fernandez2016-06-141-0/+39
* | | Adding notification feature to SQLite driverKarim Pinter2016-04-211-0/+31
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-50/+32
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-50/+32
| |\|
| | * tst_QSqlQuery: fix UBs (invalid downcasts, member calls)Marc Mutz2016-03-151-50/+32
* | | QSql tests: Remove Windows CE and clean up code.Friedemann Kleint2016-03-106-77/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+9
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-291-0/+9
| |\
| | * MySql: add failing connection testSamuel Gaist2016-01-271-0/+9
* | | Updated license headersJani Heikkinen2016-01-2111-187/+132
* | | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-142-10/+10
* | | Tests: Fix single-character string literals.Friedemann Kleint2015-10-134-19/+19
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-055-5/+0
|/ /
* | Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-131-0/+64
* | tests/auto/sql: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-292-16/+16
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-015-7/+7
|\|
| * fix usage of wince scopeOswald Buddenhagen2015-06-055-7/+7
* | Added SSL support for MySQL database connectionsOlivier Delbeke2015-06-141-2/+2
* | Remove exec bits from files that should not be executableDmitry Shachnev2015-06-071-0/+0
|/
* MySQL: Fix test so it expects the right integer typeAndy Shaw2015-03-201-3/+3
* MySQL: Keep the precision of the field when formatting the valueAndy Shaw2015-03-201-10/+26
* PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-0/+36
* Update copyright headersJani Heikkinen2015-02-1111-77/+77
* Correction on bound values in case of repeated QSqlQuery::execBatchEric Lemanissier2015-01-161-0/+30
* Added ROUND test for PostgreSQLIsrael Lins2014-12-301-13/+17
* Added timezone support for datetime fields in PSQLJulien Blanc2014-12-302-1/+43
* Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-264-47/+47
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-246-189/+184
* Update license headers and add new license filesMatti Paaso2014-09-2411-203/+115
* winrt: Fix gethostname linker error in qsqldatabase testsAndrew Knight2014-09-191-4/+6
* tst_qsqlthread: Add debug about when threads finished.Robin Burchell2014-08-231-1/+4
* tst_qsqlthread: Move manual qWait calls into QTRY_VERIFYRobin Burchell2014-08-201-10/+5
* tst_qsqlthread: Replace sched_yield calls with QThread::yieldCurrentThread.Robin Burchell2014-08-191-10/+2
* Use sched_yield instead of pthread_yieldFrederik Gladhorn2014-05-051-3/+3
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-0/+18
|\
| * QSqlError: Mark deprecated functiond with QT_DEPRECATEDOlivier Goffart2014-04-251-0/+18
* | Fix PSQL column's metadataparihaaraka2014-04-291-0/+44
* | [QSqlQuery] misbehavior of seek in special query positionsIsrael Lins Albuquerque2014-04-261-0/+20
|/
* Improve handling of temporary directories in SQL tests.Friedemann Kleint2014-04-046-19/+43
* [QtSql]QIBASE]add support for prepared queries in numRowsAffectedIsrael Lins Albuquerque2014-03-291-0/+12
* Fix positional binding values order in QSqlQueryTobias Koenig2014-03-201-0/+23
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-2/+3
|\
| * Enable running sql model tests in parallelFrederik Gladhorn2014-01-291-2/+3