summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/mysql
Commit message (Expand)AuthorAgeFilesLines
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-1/+1
* MySQL: only set the charset if the connection has succeededThiago Macieira2021-10-191-13/+14
* MySQL: fix the check for the return value of mysql_set_character_set()Thiago Macieira2021-10-191-2/+2
* MySQL: pedantism: create and destroy the MYSQL_TIME typeThiago Macieira2021-08-181-3/+7
* MySQL: implement binding output (SELECT) results to MYSQL_TIMEThiago Macieira2021-08-181-0/+23
* MySQL: don't allocate 1-byte buffers for BLOBsThiago Macieira2021-08-171-1/+1
* MySQL: treat the MYSQL_FIELD as read-onlyThiago Macieira2021-08-171-14/+13
* MySQL: remove left-over charset-setting codeThiago Macieira2021-08-171-7/+0
* MySQL: properly fix setting the character setThiago Macieira2021-08-101-3/+31
* MySQL: don't format QDateTime with timezonesThiago Macieira2021-08-101-0/+14
* MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* Port some fallthrough comments to Q_FALLTHROUGHGiuseppe D'Angelo2021-06-131-1/+1
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-0/+2
* QSql/MariaDB/MySQL: use utf-8 as encoding for username and passwordChristian Ehrlicher2021-03-191-29/+20
* QSql/MariaDB/MySQL: misc cleanupChristian Ehrlicher2021-03-081-24/+16
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Reduce the scope of variables in exec() and fetchNext()Zou Ya2020-11-261-2/+1
* Reduce the scope of variables in bindInValues()Huang Jie2020-11-241-4/+3
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-4/+4
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-15/+15
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* MySQL: Remove anything that refers to lower than MySQL 5.6Andy Shaw2020-07-081-33/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-8/+8
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-3/+0
* Always assume utf8 for the client connection with the mysql serverLars Knoll2020-05-011-74/+22
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-271-1/+1
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-0/+1
|\
| * QMySQL: return QVariant::ByteArray for POINT columnChristian Ehrlicher2020-03-151-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * SQL: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-37/+22
|\|
| * QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivateChristian Ehrlicher2020-02-191-37/+22
* | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-133-3/+2
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+1
|\|
| * QtSql: add missing key for MariaDBChristian Ehrlicher2020-02-021-1/+1
* | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-4/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-58/+58
|\|
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-58/+58
* | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-271-3/+3
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-3/+5
|\|
| * SQL: add proper support to build QMYSQL with MariaDB client librariesChristian Ehrlicher2020-01-031-1/+3
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* | Regenerate src/*Alexandru Croitor2019-11-141-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-130/+26
|\|
| * QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-121-130/+26
* | Regenerate sqldrivers pluginsAlexandru Croitor2019-10-081-1/+0
* | Enable building of the mysql pluginVille Voutilainen2019-09-021-0/+27
|/
* Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-1/+1