summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-7/+12
* ibase: Silence warning about incompatible function typesAndy Shaw2018-06-151-4/+8
* ibase: Silence warning about incompatible function typesAndy Shaw2018-06-061-4/+4
* ibase: Don't use deprecated QSqlError constructorAndy Shaw2018-05-181-1/+2
* sqlite: Allow for duplicated placeholders with just one placeholderAndy Shaw2018-05-161-2/+2
* Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+4
* Extend the MariaDB define check to cover the later versions tooAndy Shaw2018-04-101-2/+2
* oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-061-3/+3
* sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-271-0/+25
* QSqlResult: use QVector<int> instead QList<int> for indexes valueChristian Ehrlicher2018-03-231-4/+5
* Fix crash when deleting a QSqlQueryModel after closing the databaseMarcel Krems2018-03-211-2/+4
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-5/+5
* sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-171-1/+4
* SQL/Postgres: Fix support for nan, inf and -infChristian Ehrlicher2018-03-071-38/+13
* psql: do not try to get table name when PQftable returns InvalidOidChristian Ehrlicher2018-02-221-7/+9
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-4/+7
|\
| * psql: Improve performance of record()v5.10.1Andy Shaw2018-02-081-4/+10
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-1/+1
| |\
| | * MySQL: Fix qAddPostRoutine of mysql_server_end() on WindowsThiago Macieira2018-01-101-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-1/+15
|\| |
| * | sqlite: Bind duplicated named placeholders correctlyAndy Shaw2018-01-081-1/+15
* | | SQL plugins: Fix warnings about deprecated constructor of QSqlErrorFriedemann Kleint2018-01-106-8/+14
* | | Small optimalization for NULL valuesRobert Szefner2018-01-091-2/+1
* | | QPSQL: Add support for multiple result setsRobert Szefner2018-01-081-1/+48
* | | QPSQL: Add support for forward-only queriesRobert Szefner2018-01-061-30/+274
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-024-16/+18
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-024-16/+18
| |\| |
| | * | sqlite: Check that there are values to be set when bindingAndy Shaw2018-01-021-1/+1
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-053-15/+17
| | |\|
| | | * QPSQL: Remove semicolon after Q_DECLARE_SQLDRIVER_PRIVATERobert Szefner2017-11-291-1/+1
| | | * Fix DB2 plugin building on Linux 64bitJoni Poikelin2017-11-292-14/+16
* | | | DB2: Pass on the native error codes to QSqlErrorAndy Shaw2018-01-021-11/+46
|/ / /
* | | Remove code that refers to PostgreSQL 7.2 or olderAndy Shaw2017-12-011-148/+54
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-99/+118
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-171-1/+1
| |\|
| | * OCI: Match the constraints on the index_name columnAndy Shaw2017-11-151-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-98/+117
| |\|
| | * QPSQL: Fix check for minimum supported PostgreSQL versionRobert Szefner2017-11-041-1/+1
| | * QPSQL: Fix handling binary data for PostgreSQL 9.x and laterRobert Szefner2017-11-041-8/+17
| | * QPSQL: Fix detection of PostreSQL version 9.x and laterRobert Szefner2017-11-042-98/+108
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-172-6/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-042-6/+21
| |\|
| | * OCI: Clear the cache in the result for a forward only queryAndy Shaw2017-10-031-0/+9
| | * Only call mysql_library_end() once when using MariaDBDaniel Vrátil2017-09-211-6/+12
* | | OCI: Use TIMESTAMP for datetime dataAndy Shaw2017-10-101-85/+122
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1921-238/+238
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+1
|\|
| * fix configure PSQL_*= being ignored, take 2Oswald Buddenhagen2017-08-181-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-10/+75
|\|