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

bug: select expr not support the expr with a couple of backquoted #4856

Closed
2 tasks done
TCeason opened this issue Apr 14, 2022 · 0 comments · Fixed by #4857
Closed
2 tasks done

bug: select expr not support the expr with a couple of backquoted #4856

TCeason opened this issue Apr 14, 2022 · 0 comments · Fixed by #4857
Assignees
Labels
C-bug Category: something isn't working C-feature Category: feature

Comments

@TCeason
Copy link
Collaborator

TCeason commented Apr 14, 2022

Search before asking

  • I had searched in the issues and found no similar issues.

Version

Server version: 8.0.26-v0.2.1-alpha-1cfee51-simd(rust-1.61.0-nightly-2022-04-14T07:03:47.465615678Z) 0

What's Wrong?

select expr not support token backquoted.

More info link to this issue

How to Reproduce?

select `tables`.`database` from `system`.`tables` limit 1;
ERROR 1105 (HY000): Code: 1005, displayText = sql parser error: Expected an expression:, found: `tables`.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@TCeason TCeason added C-bug Category: something isn't working C-feature Category: feature labels Apr 14, 2022
@TCeason TCeason changed the title bug: select expr not support select \expr\ bug: select expr not support the expr with a couple of backquoted Apr 14, 2022
@TCeason TCeason self-assigned this Apr 14, 2022
@mergify mergify bot closed this as completed in #4857 Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working C-feature Category: feature
Projects
Development

Successfully merging a pull request may close this issue.

1 participant