summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/mysql/qsql_mysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-131-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-58/+58
* QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-121-130/+26
* Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-1/+1
* MySQL: Free the results when QSqlQuery::finished() is calledDaniel Vrátil2018-12-061-0/+10
* 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-271-3/+3
|\|
| * Modernize the "datestring" featureLiang Qi2018-09-241-3/+3
* | Modernize the "thread" featureUlf Hermann2018-08-171-2/+2
* | Compilation fix of qsql_mysql.cppJędrzej Nowacki2018-07-311-3/+3
* | MySQL: handle my_bool for newer versions of MySQLSamuel Gaist2018-07-191-0/+4
* | MySQL: Handle TIME types as a string to allow the full range of dataAndy Shaw2018-06-061-1/+3
|/
* Extend the MariaDB define check to cover the later versions tooAndy Shaw2018-04-101-2/+2
* 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
* | | SQL plugins: Fix warnings about deprecated constructor of QSqlErrorFriedemann Kleint2018-01-101-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-6/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-6/+12
| |\|
| | * Only call mysql_library_end() once when using MariaDBDaniel Vrátil2017-09-211-6/+12
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-16/+16
|/ /
* / QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-121-1/+2
|/
* Fix wrong codec with MySQL plugin in newer versionsJoni Poikelin2017-02-281-4/+8
* Remove unreachable codeJesus Fernandez2017-01-101-6/+3
* 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-09-211-4/+11
* MySQL: Use charset utf8mb4 to allow 4-byte charactersPhilip Seeger2016-07-241-2/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+1
* Always compile sql drivers as pluginsLars Knoll2016-04-071-0/+1665