-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parser: add a mysql error message #534
Conversation
Codecov Report
@@ Coverage Diff @@
## master #534 +/- ##
==========================================
- Coverage 71.79% 71.76% -0.03%
==========================================
Files 32 32
Lines 7800 7800
==========================================
- Hits 5600 5598 -2
- Misses 1673 1674 +1
- Partials 527 528 +1
Continue to review full report at Codecov.
|
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What problem does this PR solve?
Add a MySQL error message for PR #530.
https://dev.mysql.com/doc/refman/8.0/en/server-error-reference.html
Check List
Tests
Code changes