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

[SQL] "CREATE DATABASE IF NOT EXISTS name-with-dash" breaks highlighting #3072

Closed
jfcherng opened this issue Oct 4, 2021 · 1 comment
Closed
Labels
T: bug A bug in an existing language feature

Comments

@jfcherng
Copy link
Collaborator

jfcherng commented Oct 4, 2021

What happened?

Snipaste_2021-10-04_16-46-11

Removing the - in `...` fixes this.

CREATE DATABASE IF NOT EXISTS `ust-enroll` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
@jfcherng jfcherng added the T: bug A bug in an existing language feature label Oct 4, 2021
@jfcherng jfcherng changed the title [SQL] "CREATE DATABASE IF NOT EXISTS \name-with-dash\" breaks highlighting [SQL] "CREATE DATABASE IF NOT EXISTS name-with-dash" breaks highlighting Oct 4, 2021
@keith-hall
Copy link
Collaborator

this is already fixed in #3046

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug A bug in an existing language feature
Projects
None yet
Development

No branches or pull requests

2 participants