summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery
Commit message (Expand)AuthorAgeFilesLines
* QMySQL: return QVariant::ByteArray for POINT columnChristian Ehrlicher2020-03-151-0/+22
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-39/+36
|\
| * tst_QSqlQuery: fix some testsChristian Ehrlicher2019-12-101-39/+36
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-14/+13
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-14/+13
| |\
| | * QODBC: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-10-151-14/+13
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-181-90/+0
|\| |
| * | tst_QSqlQuery: remove tests commented out a long time agoChristian Ehrlicher2019-10-161-90/+0
| |/
* / QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-121-21/+0
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+21
|\
| * Replace executedQuery when executing a new queryJesus Fernandez2019-01-301-0/+21
* | Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-8/+6
|/
* QSqlQuery: add another testcase for bindBool()Christian Ehrlicher2018-11-021-1/+8
* MySQL: Handle TIME types as a string to allow the full range of dataAndy Shaw2018-06-061-0/+55
* Remove a reference to a no longer used database serverAndy Shaw2018-05-161-2/+0
* sqlite: Allow for duplicated placeholders with just one placeholderAndy Shaw2018-05-161-0/+10
* oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-061-0/+24
* sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-271-58/+84
* MySQL: Fix testsAndy Shaw2018-03-171-5/+5
* sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-171-0/+41
* psql: Add expected failures where the table name is case sensitiveAndy Shaw2018-02-211-2/+3
* psql: Fix SQL testsAndy Shaw2018-02-201-24/+51
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-1/+45
|\
| * psql: Improve performance of record()v5.10.1Andy Shaw2018-02-081-1/+45
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+25
|\|
| * sqlite: Bind duplicated named placeholders correctlyAndy Shaw2018-01-081-0/+25
* | QPSQL: Add support for multiple result setsRobert Szefner2018-01-081-4/+48
* | QPSQL: Add support for forward-only queriesRobert Szefner2018-01-061-0/+209
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+1
| |\
| | * Run oraArrayBind() test only for Oracle DBMSRobert Szefner2017-11-061-1/+1
* | | OCI: Use TIMESTAMP for datetime dataAndy Shaw2017-10-101-13/+144
|/ /
* / Add a test that we can read SQL time-stampsEdward Welbourne2017-08-041-0/+21
|/
* Fix storing of QDateTime timespec for SqliteJoni Poikelin2017-07-311-0/+38
* tst_qsqlquery.cpp: Refactor runIntegralTypesMysqlTest()Friedemann Kleint2016-12-051-16/+28
* 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
* | | 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-101-9/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-10/+10
|/
* Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-131-0/+64
* fix usage of wince scopeOswald Buddenhagen2015-06-051-2/+2
* MySQL: Fix test so it expects the right integer typeAndy Shaw2015-03-201-3/+3