summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
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-109-108/+4
|/ /
* | 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
* | 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-2114-238/+168
* | | 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: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-142-10/+10
* | | Tests: Fix single-character string literals.Friedemann Kleint2015-10-136-28/+28
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-058-8/+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-294-38/+38
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-018-10/+10
|\|
| * fix usage of wince scopeOswald Buddenhagen2015-06-058-10/+10
* | 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-1114-98/+98
* 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-267-64/+64
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-249-247/+242
* Update license headers and add new license filesMatti Paaso2014-09-2414-257/+145
* 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
|/