summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-0/+18
* 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
* QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabaseDavid Faure2018-04-061-0/+3
* sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-271-58/+84
* MySQL: Fix testsAndy Shaw2018-03-172-9/+9
* sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-171-0/+41
* SQL/Postgres: Fix support for nan, inf and -infChristian Ehrlicher2018-03-071-0/+42
* psql: Add expected failures where the table name is case sensitiveAndy Shaw2018-02-213-2/+16
* psql: Fix SQL testsAndy Shaw2018-02-203-37/+73
* 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
* | Make it easier to specify test databases on a per system levelAndy Shaw2018-01-261-72/+52
* | 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
* | Test calling setRelation() with QSqlRelation() clears the relationAndy Shaw2018-01-021-0/+23
* | Return an invalid QSqlDatabase when accessing from another threadAndy Shaw2018-01-021-0/+35
* | Copy the numericalPrecisionPolicy when copying the QSqlDatabaseAndy Shaw2017-12-011-0/+31
* | Remove code that refers to PostgreSQL 7.2 or olderAndy Shaw2017-12-011-5/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-2/+21
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-171-0/+17
| |\
| | * OCI: Match the constraints on the index_name columnAndy Shaw2017-11-151-0/+17
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-1/+3
| |\|
| | * Set correct datatype for column 'more_data' in PostgreSQLRobert Szefner2017-11-081-0/+2
| | * Run oraArrayBind() test only for Oracle DBMSRobert Szefner2017-11-061-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-1/+1
| |\|
| | * Fix psql_schemas testRobert Szefner2017-10-261-1/+1
* | | 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
|\