summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* sqlite: Bind duplicated named placeholders correctlyAndy Shaw2018-01-081-1/+15
* 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
* | 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.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
* | 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
|\|
| * configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-9/+47
| * Fix storing of QDateTime timespec for SqliteJoni Poikelin2017-07-311-1/+28
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+1
|\|
| * Add Q_FALLTHROUGHBerthold Krevert2017-07-071-0/+1
* | QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-128-14/+44
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-196-3/+330
|\|
| * make sql drivers independently configurableOswald Buddenhagen2017-06-176-3/+330
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-041-5/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-5/+5
| |\|
| | * Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
| | * Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-4/+4
* | | SQLite: enable support for named placeholdersSamuel Gaist2017-04-041-2/+27
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-7/+6
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-7/+6
| |\
| | * PostgreSQL: fix datetime format when system locale doesn't use arabic numeralsMichael Jabbour2017-03-181-1/+4
| | * Remove a Q_GLOBAL_STATIC with QMutex in favor of QBasicAtomicIntThiago Macieira2017-03-171-6/+2
* | | SQLite: Disable mutex on connectionsEric Lemanissier2017-03-251-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-4/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-4/+8
| |\|
| | * Fix wrong codec with MySQL plugin in newer versionsJoni Poikelin2017-02-281-4/+8
* | | Fix postgres notification subscription on LISTEN failureLorenz Haas2017-03-161-0/+1
* | | Stop using sqlite3_enable_shared_cache: deprecated on macOSThiago Macieira2017-03-161-2/+1
* | | Fix possible use after free error in SQLite REGEXPLorenz Haas2017-03-021-6/+9
* | | REGEXP for SQLiteLorenz Haas2017-02-221-0/+63
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-9/+6
|\|
| * Remove unreachable codeJesus Fernandez2017-01-101-6/+3
| * QOCIDriver: Ensure the where clause is correctly setupAndy Shaw2017-01-051-3/+3
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-122-5/+4
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-1/+1
|\
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-4/+2
|\|
* | Plugins: optimize string usageAnton Kudryavtsev2016-10-181-1/+1
* | fix -system-sqlite configure optionMark Brand2016-09-221-3/+5