summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* OCI: Use TIMESTAMP for datetime dataAndy Shaw2017-10-101-13/+144
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-202-3/+9
|\
| * Fix recordOCI() test to treat clob/nclob as QByteArrayAndy Shaw2017-09-181-2/+2
| * OCI: Use correct type for getting doublesAndy Shaw2017-09-181-1/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+1
|\|
| * Fix invalid placeholder name in tst_qsqlthread.cppSérgio Martins2017-08-231-1/+1
* | Add a test that we can read SQL time-stampsEdward Welbourne2017-08-041-0/+21
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-0/+38
|\|
| * Fix storing of QDateTime timespec for SqliteJoni Poikelin2017-07-311-0/+38
* | QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-122-7/+47
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-1/+1
|\|
| * Stabilize tst_QSqlThread::readWriteThreadingFrederik Gladhorn2017-05-181-1/+1
* | Add move special member functions to QSqlErrorJesus Fernandez2017-04-281-0/+21
* | Use unique table name for the sqlite_enableRegexp testAndy Shaw2017-03-271-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-1/+1
|\|
| * Deprecate QString::nullMarc Mutz2017-03-121-1/+1
* | REGEXP for SQLiteLorenz Haas2017-02-221-0/+31
|/
* 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