We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The query cannot be parsed.
The query can be parsed
Try parsing SELECT foo FROM bar WHERE (foo.something NOT IN (_utf8'984711')) Then remove the prefix _utf8 and try again.
SELECT foo FROM bar WHERE (foo.something NOT IN (_utf8'984711'))
relevant docs: https://dev.mysql.com/doc/refman/8.0/en/charset-literal.html
The text was updated successfully, but these errors were encountered:
this looks surprisingly like #659
Sorry, something went wrong.
#659 does add a fixed set of one or two character prefixes.
This seems to be fixed in fe28e88.
Indeed it is fixed. I forgot to close it.
No branches or pull requests
Actual Behavior
The query cannot be parsed.
Expected Behavior
The query can be parsed
Steps to Reproduce the Problem
Try parsing
SELECT foo FROM bar WHERE (foo.something NOT IN (_utf8'984711'))
Then remove the prefix _utf8 and try again.
Specifications
relevant docs: https://dev.mysql.com/doc/refman/8.0/en/charset-literal.html
The text was updated successfully, but these errors were encountered: