We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a059889 commit 4cad0fbCopy full SHA for 4cad0fb
errors.go
@@ -56,7 +56,7 @@ type MySQLError struct {
56
}
57
58
func (me *MySQLError) Error() string {
59
- return fmt.Sprintf("error %d: %s", me.Number, me.Message)
+ return fmt.Sprintf("Error %d: %s", me.Number, me.Message)
60
61
62
// MySQLWarnings is an error type which represents a group of one or more MySQL
0 commit comments