index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
sqldrivers
/
mysql
/
qsql_mysql.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL/MySQL: adjust check for MariaDB client library
Christian Ehrlicher
2025-05-01
1
-4
/
+4
*
SQL/MySQL: Add milliseconds in formatValue()
Christian Ehrlicher
2025-04-23
1
-1
/
+1
*
SQL/MySQL: use utc datetime in formatValue()
Christian Ehrlicher
2025-03-31
1
-1
/
+1
*
Replace a few toString() or fromUtf8() QString::arg() parameters
Marc Mutz
2024-12-03
1
-1
/
+1
*
SQL/MySQL: honor schema when retrieving table record
Christian Ehrlicher
2024-07-18
1
-1
/
+2
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
1
-1
/
+1
*
SQL/MySQL: use categorized logger
Christian Ehrlicher
2024-04-04
1
-18
/
+27
*
SQL/MySQL: pass UTC date/time stamps to the server
Thiago Macieira
2024-03-14
1
-4
/
+25
*
SQL/MySQL: merge toMySqlDate (which returned MYSQL_TIME) into exec()
Thiago Macieira
2024-03-14
1
-33
/
+25
*
SQL/QSqlField: deprecate internal functions setSqlType()/typeID()
Christian Ehrlicher
2024-03-10
1
-1
/
+0
*
SQL/MySQL: retrieve default column value for QSqlDatabase::record()
Christian Ehrlicher
2024-03-10
1
-1
/
+28
*
SQL/MySQL: Fix compilation with MySQL 8.3
Christian Ehrlicher
2024-01-22
1
-17
/
+11
*
SQL/MySQL: properly initialize variable
Christian Ehrlicher
2023-04-11
1
-3
/
+3
*
SQL/MySQL: add option MYSQL_OPT_TLS_VERSION & MYSQL_OPT_SSL_MODE
Christian Ehrlicher
2023-04-06
1
-0
/
+27
*
SQL/MySQL: Add support for Bit-Value Type - BIT
Christian Ehrlicher
2023-03-12
1
-2
/
+28
*
SQL/MySQL: fix QSqlDatabase::tables() with MySQL 8.0.x
Christian Ehrlicher
2023-03-12
1
-2
/
+5
*
ODBC/MySQL: fix compilation with MySQL < 5.7.9
Christian Ehrlicher
2023-02-12
1
-0
/
+5
*
SQL/MySQL: add options to explicitly specify the protocol type
Christian Ehrlicher
2023-02-12
1
-0
/
+20
*
SQL/MySQL: Fix retrieving a datetime for libmysql >= 8.0.27
Christian Ehrlicher
2023-02-10
1
-9
/
+19
*
SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILE
Christian Ehrlicher
2022-12-08
1
-0
/
+1
*
SQL/MySQL: don't use deprecated defines, cleanup
Christian Ehrlicher
2022-12-08
1
-31
/
+31
*
SQL/MySQL: fix handling of json column
Christian Ehrlicher
2022-12-05
1
-1
/
+3
*
SQL/MySQL: rework driver option parsing
Christian Ehrlicher
2022-10-22
1
-74
/
+83
*
SQL/MySQL: misc cleanup
Christian Ehrlicher
2022-10-21
1
-32
/
+23
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-12
/
+12
*
MySQL plugin: fix escaping a QByteArray
Christian Ehrlicher
2022-07-25
1
-1
/
+1
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Revert "MySQL: pedantism: create and destroy the MYSQL_TIME type"
Thiago Macieira
2022-05-12
1
-7
/
+3
*
QMYSQLDriverPlugin: includemocs
Marc Mutz
2022-04-28
1
-0
/
+2
*
Sql: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-19
1
-2
/
+2
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
1
-27
/
+29
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
1
-14
/
+13
*
Sql: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
Adapt SQL drivers to Qt 6 change of QVariant::isNull
Volker Hilsheimer
2022-01-12
1
-1
/
+1
*
MySQL: only set the charset if the connection has succeeded
Thiago Macieira
2021-10-19
1
-13
/
+14
*
MySQL: fix the check for the return value of mysql_set_character_set()
Thiago Macieira
2021-10-19
1
-2
/
+2
*
MySQL: pedantism: create and destroy the MYSQL_TIME type
Thiago Macieira
2021-08-18
1
-3
/
+7
*
MySQL: implement binding output (SELECT) results to MYSQL_TIME
Thiago Macieira
2021-08-18
1
-0
/
+23
*
MySQL: don't allocate 1-byte buffers for BLOBs
Thiago Macieira
2021-08-17
1
-1
/
+1
*
MySQL: treat the MYSQL_FIELD as read-only
Thiago Macieira
2021-08-17
1
-14
/
+13
*
MySQL: remove left-over charset-setting code
Thiago Macieira
2021-08-17
1
-7
/
+0
*
MySQL: properly fix setting the character set
Thiago Macieira
2021-08-10
1
-3
/
+31
*
MySQL: don't format QDateTime with timezones
Thiago Macieira
2021-08-10
1
-0
/
+14
*
MySQL: remove the version number checks in favor of actual functionality
Thiago Macieira
2021-08-10
1
-2
/
+15
*
Port some fallthrough comments to Q_FALLTHROUGH
Giuseppe D'Angelo
2021-06-13
1
-1
/
+1
*
QSql/MariaDB/MySQL: use utf-8 as encoding for username and password
Christian Ehrlicher
2021-03-19
1
-29
/
+20
*
QSql/MariaDB/MySQL: misc cleanup
Christian Ehrlicher
2021-03-08
1
-24
/
+16
*
Reduce the scope of variables in exec() and fetchNext()
Zou Ya
2020-11-26
1
-2
/
+1
*
Reduce the scope of variables in bindInValues()
Huang Jie
2020-11-24
1
-4
/
+3
[next]