fix(deps): update module github.com/go-sql-driver/mysql to v1.10.1 - #53
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/go-sql-driver/mysql to v1.10.1#53renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
2 times, most recently
from
May 15, 2026 04:35
c099787 to
215cc75
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
2 times, most recently
from
June 5, 2026 01:50
215cc75 to
1fbc475
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
2 times, most recently
from
August 30, 2026 17:05
1fbc475 to
2173836
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
from
September 3, 2026 11:10
2173836 to
f9c9658
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.9.3→v1.10.1Release Notes
go-sql-driver/mysql (github.com/go-sql-driver/mysql)
v1.10.1Compare Source
Fix
Config.FormatDSN()droppingAddrwhenNetis empty.It now uses the default
tcpnetwork so configs with onlyAddrround-trip correctly. (#1770)Fix typed-nil
json.RawMessagewithinterpolateParams=truebeing interpolated as an empty string.It is now interpolated as SQL
NULL, matching server-side prepared statements. (#1782)Add MariaDB 11.8 and 12.3 to the test matrix. (#1774)
v1.10.0Compare Source
Fix
getSystemVar("max_allowed_packet")potentially returned wrong value. (#1754)This affects only when
maxAllowedPacket=0is set.Bump filippo.io/edwards25519 from 1.1.1 to 1.2.0. (#1756)
While older versions have reported CVEs, they do not affect go-mysql.
Update Go versions to 1.24-1.26. (#1763)
Enhance interpolateParams to correctly handle placeholders. (#1732)
The question mark (?) within strings and comments will no longer be treated as a placeholder.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.