summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable warnings for tests using QSqlQuery assignmentVolker Hilsheimer2021-04-121-0/+6
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-141-0/+35
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-48/+48
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-131-0/+22
* Interbase: Add support for the boolean typeAndy Shaw2020-09-111-4/+8
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-0/+29
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-0/+10
* Interbase: Fix tests when running against FirebirdAndy Shaw2020-08-231-7/+22
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-45/+45
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-1/+1
* Sql: Fix heap-user-after-free for globally initialized db objectsAlexandru Croitor2020-07-011-1/+3
* Use QList instead of QVector in sql testsJarek Kobus2020-06-251-11/+10
* Change boundValues() to return a QVariantListAndy Shaw2020-06-221-41/+43
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-8/+31
* tst_sqlquery: Skip datetime test if no database drivers are availableLeander Beernaert2020-03-231-0/+3
* 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