Update module github.com/go-sql-driver/mysql to v1.7.0
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
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:
- Fix parsing 0 year. (#1257)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.