summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/mysql/qsql_mysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* SQL/MySQL: use categorized loggerChristian Ehrlicher2024-04-041-18/+27
* SQL/MySQL: pass UTC date/time stamps to the serverThiago Macieira2024-03-141-4/+25
* SQL/MySQL: merge toMySqlDate (which returned MYSQL_TIME) into exec()Thiago Macieira2024-03-141-33/+25
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-101-1/+0
* SQL/MySQL: retrieve default column value for QSqlDatabase::record()Christian Ehrlicher2024-03-101-1/+28
* SQL/MySQL: Fix compilation with MySQL 8.3Christian Ehrlicher2024-01-221-17/+11
* SQL/MySQL: properly initialize variableChristian Ehrlicher2023-04-111-3/+3
* SQL/MySQL: add option MYSQL_OPT_TLS_VERSION & MYSQL_OPT_SSL_MODEChristian Ehrlicher2023-04-061-0/+27
* SQL/MySQL: Add support for Bit-Value Type - BITChristian Ehrlicher2023-03-121-2/+28
* SQL/MySQL: fix QSqlDatabase::tables() with MySQL 8.0.xChristian Ehrlicher2023-03-121-2/+5
* ODBC/MySQL: fix compilation with MySQL < 5.7.9Christian Ehrlicher2023-02-121-0/+5
* SQL/MySQL: add options to explicitly specify the protocol typeChristian Ehrlicher2023-02-121-0/+20
* SQL/MySQL: Fix retrieving a datetime for libmysql >= 8.0.27Christian Ehrlicher2023-02-101-9/+19
* SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILEChristian Ehrlicher2022-12-081-0/+1
* SQL/MySQL: don't use deprecated defines, cleanupChristian Ehrlicher2022-12-081-31/+31
* SQL/MySQL: fix handling of json columnChristian Ehrlicher2022-12-051-1/+3
* SQL/MySQL: rework driver option parsingChristian Ehrlicher2022-10-221-74/+83
* SQL/MySQL: misc cleanupChristian Ehrlicher2022-10-211-32/+23
* Port from container.count()/length() to size()Marc Mutz2022-10-041-12/+12
* MySQL plugin: fix escaping a QByteArrayChristian Ehrlicher2022-07-251-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Revert "MySQL: pedantism: create and destroy the MYSQL_TIME type"Thiago Macieira2022-05-121-7/+3
* QMYSQLDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-191-2/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-27/+29
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-14/+13
* Sql: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* 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
* Port some fallthrough comments to Q_FALLTHROUGHGiuseppe D'Angelo2021-06-131-1/+1
* 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
* 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