summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-301-2/+2
| |\
| | * Do not look for pg_config, mysql_config in PATH when cross-compilingKai Koehne2019-03-291-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-152-58/+61
|\| |
| * | QPSQL: Use nullptr for pointersRobert Szefner2019-03-131-7/+7
| * | QPSQL: Fix code formattingRobert Szefner2019-03-132-33/+32
| * | QPSQL: Use qstrtod() function for string to double conversionRobert Szefner2019-03-111-20/+24
* | | More nullptr usage in headersKevin Funk2019-03-142-4/+4
|/ /
* | Always escape the table names when creating the SQL statementAndy Shaw2019-01-232-21/+5
* | QSQL: cleanup/modernize PostgreSQL pluginChristian Ehrlicher2019-01-093-85/+94
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-044-22/+20
|\|
| * QSQL: add support for PostgreSQL 11Christian Ehrlicher2018-12-202-1/+4
| * configure: verify header presence against sourcesOswald Buddenhagen2018-12-142-21/+16
* | Fix a couple of unused QStringsSergio Martins2018-12-101-1/+1
* | MySQL: Free the results when QSqlQuery::finished() is calledDaniel Vrátil2018-12-061-0/+10
|/
* configure: actually resolve libraries into full filepathsOswald Buddenhagen2018-12-031-32/+18
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-9/+11
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-9/+11
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-272-9/+9
|\|
| * Modernize the "datestring" featureLiang Qi2018-09-242-9/+9
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-7/+12
|\|
| * sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-7/+12
* | ODBC: Correctly check if the field is within the fieldCache rangeAndy Shaw2018-09-131-1/+1
* | SQL PostgreSQL/SQlite: Properly decode default varchar parameterChristian Ehrlicher2018-09-122-3/+13
* | ODBC: Remove the trailing \0 in the case of a non unicode stringAndy Shaw2018-09-111-3/+6
* | Modernize the "thread" featureUlf Hermann2018-08-171-2/+2
* | Compilation fix of qsql_mysql.cppJędrzej Nowacki2018-07-311-3/+3
* | Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-1/+1
* | MySQL: handle my_bool for newer versions of MySQLSamuel Gaist2018-07-191-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-4/+8
|\|
| * ibase: Silence warning about incompatible function typesAndy Shaw2018-06-151-4/+8
* | configure: dequote library sources asapOswald Buddenhagen2018-06-121-7/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-4/+4
|\|
| * ibase: Silence warning about incompatible function typesAndy Shaw2018-06-061-4/+4
* | MySQL: Handle TIME types as a string to allow the full range of dataAndy Shaw2018-06-061-1/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-242-3/+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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-081-1/+0
|\|
| * Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+4
* | Use QDateTime::toString(Qt::ISODateWithMS) instead of reinventing itEdward Welbourne2018-05-031-27/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-111-2/+2
|\|
| * Extend the MariaDB define check to cover the later versions tooAndy Shaw2018-04-101-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-071-3/+3
|\|
| * oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-061-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-6/+34
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-6/+9
|\|