summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-0/+18
|\
| * sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-0/+18
* | SQL PostgreSQL/SQlite: Properly decode default varchar parameterChristian Ehrlicher2018-09-121-2/+18
* | Initialize the QSqlQuery to be invalid when creating a sql modelAndy Shaw2018-08-281-0/+47
* | prune cargo-culted and obsolete winsock deps from autotestsOswald Buddenhagen2018-07-191-2/+0
* | tst_QSqlThread: match #if-ery on declaration to useEdward Welbourne2018-07-051-0/+2
* | MySQL: Handle TIME types as a string to allow the full range of dataAndy Shaw2018-06-061-0/+55
* | Show the display role inside the editor for the relation in a QComboBoxAndy Shaw2018-05-292-0/+175
|/
* 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