summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-2/+2
* Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-111-2/+2
* PSQL: Optimize QPSQLResult::data() function for date and time typesRobert Szefner2019-12-101-25/+9
* PSQL: set correct empty QVariant in QPSQLResult::record()Christian Ehrlicher2019-12-091-0/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-5/+5
|\
| * QODBC: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-10-151-5/+5
* | QPSQL: Add support for PostgreSQL 12Christian Ehrlicher2019-10-172-19/+25
* | Stop using QTime as a timer in QIBaseDriver::close()Shawn Rutledge2019-10-031-4/+4
* | PSQL: don't recreate QSqlField in loop in QPSQLResult::record()Christian Ehrlicher2019-10-031-1/+3
* | QPSQL: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-09-161-5/+7
* | Port from QStringViewLiteral to u""Marc Mutz2019-07-293-4/+4
* | Use QStringView overloads of <QDate/Time>::toString()Marc Mutz2019-05-292-3/+3
* | QtSql: mark QSqlite2 plugin as obsoleteChristian Ehrlicher2019-05-052-0/+2
* | QRegExp include cleanupSamuel Gaist2019-04-191-1/+0
* | 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
|\|