-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
UNKNOWN_CODE_PLEASE_REPORT - regex #2410
Comments
lib/protocol/constants/errors.js doesn't have an entry for error 3688, so it sets the code to UNKNOWN_ERROR_PLEASE_REPORT |
3819 is also missing if I can lump it together with this reported issue |
code 3688 = |
I've already created a pr that deals with this, #2386. It works well, though we'll have to see if it'll ever be merged |
Thanks everyone! Yea, it looks like this is an error code added in MySQL 8.0.4 and is in the referenced PR to get merged in. |
Node version: v12.18.0
mysqljs version: ^2.18.1
Got this error from mysqljs today:
Couldn't find anything about
UNKNOWN_ERROR_PLEASE_REPORT
having to do with regular expressions among the open issues. Perhaps mysqljs does not know how to interpret the error code for this error.If it's not clear, "????" is not allowed in a regular expression, so I assume that's the source of the error.
The text was updated successfully, but these errors were encountered: