Audit error messages and make them consistent/match MySQL
Open
bad error message
enhancement
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
A lot of our error messages don't match MySQL.
We're also inconsistent about capitalization. Most of our error messages are not capitalized at the beginning, but some are. Meanwhile, MySQL seems to consistently capitalize the beginning of error messages.
Some of our error messages also aren't grammatically correct with punctuation usage.
Update `newMySQLKind` to `newMySQLErrorKind`, and update the errors to use it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.