summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QSqlQuery: fix some testsChristian Ehrlicher2019-12-101-39/+36
* 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
* | tst_QSqlQuery: remove tests commented out a long time agoChristian Ehrlicher2019-10-161-90/+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.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.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.6' into 5.7Liang Qi2016-03-211-50/+32
|\|
| * tst_QSqlQuery: fix UBs (invalid downcasts, member calls)Marc Mutz2016-03-151-50/+32
* | 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
* MySQL: Fix test so it expects the right integer typeAndy Shaw2015-03-201-3/+3
* PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-0/+36
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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-301-0/+42
* Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-261-23/+23
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-84/+84
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Fix PSQL column's metadataparihaaraka2014-04-291-0/+44
* [QSqlQuery] misbehavior of seek in special query positionsIsrael Lins Albuquerque2014-04-261-0/+20