Skip to content

Update module github.com/go-sql-driver/mysql to v1.7.0

renovate requested to merge renovate/github.com-go-sql-driver-mysql-1.x into master

This MR contains the following updates:

Package Type Update Change
github.com/go-sql-driver/mysql require minor v1.6.0 -> v1.7.0

Release Notes

go-sql-driver/mysql

v1.7.0: Version 1.7

Compare Source

Changes:

  • Drop support of Go 1.12 (#​1211)
  • Refactoring (*textRows).readRow in a more clear way (#​1230)
  • util: Reduce boundary check in escape functions. (#​1316)
  • enhancement for mysqlConn handleAuthResult (#​1250)

New Features:

  • support Is comparison on MySQLError (#​1210)
  • return unsigned in database type name when necessary (#​1238)
  • Add API to express like a --ssl-mode=MREFERRED MySQL client (#​1370)
  • Add SQLState to MySQLError (#​1321)

Bugfixes:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports