Skip to content
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

fixed mysql error with mysql version 8.x #116

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

blu3bird23
Copy link
Contributor

@blu3bird23 blu3bird23 commented Apr 23, 2024

RANK is a reserved keyword in mysql 8
so you have to escape RANK with `` to fix this issue.

RANK is a reserved keyword in mysql 8
@Webspell-RM Webspell-RM merged commit 0c16225 into Webspell-RM:master Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants