summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-081-38/+13
|\|
| * SQL/Postgres: Fix support for nan, inf and -infChristian Ehrlicher2018-03-071-38/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-231-7/+9
|\|
| * psql: do not try to get table name when PQftable returns InvalidOidChristian Ehrlicher2018-02-221-7/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-211-4/+7
|\|
| * 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
* | | Sql: Add a feature for the SQL item modelsUlf Hermann2018-02-201-1/+1
|/ /
* | 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
|/ / /