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

add support for SELECT ALL #7593

Merged
merged 1 commit into from
Mar 3, 2021
Merged

Conversation

systay
Copy link
Collaborator

@systay systay commented Mar 3, 2021

Adds parser support for SELECT ALL. Since ALL is redundant, it is not kept in the AST.

Fixes #7561

Checklist

  • Should this PR be backported? Nope
  • Tests were added or are not required Not required
  • Documentation was added or is not required Not needed

Impacted Areas in Vitess

Components that this PR will affect:

  • Query Serving

Signed-off-by: Andres Taylor <andres@planetscale.com>
@systay systay merged commit ed545f7 into vitessio:master Mar 3, 2021
@systay systay deleted the select-all branch March 3, 2021 14:44
@askdba askdba added this to the v10.0 milestone Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support SELECT ALL
3 participants