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

feat: [MySQL] Support TABLE STATEMENT #1921

Merged
merged 4 commits into from
Dec 16, 2023

Conversation

jxnu-liguobin
Copy link
Contributor

closed #1836

Treating it as a SELECT omits most of the code. This PR only completes the basic syntax, and according to the documentation, it also supports complex scenarios such as union, so it will not be considered temporarily.

@manticore-projects
Copy link
Contributor

Good stuff, please consider running gradle check before pushing. It will run all the Q/A locally and so you don't need to wait for the GitHub tests.

@jxnu-liguobin jxnu-liguobin marked this pull request as ready for review December 16, 2023 06:46
@manticore-projects manticore-projects merged commit 313a4b4 into JSQLParser:master Dec 16, 2023
4 checks passed
@manticore-projects
Copy link
Contributor

Thank you for working on this!

@manticore-projects
Copy link
Contributor

If you still want to support UNION and stuff, then the SetOperationList Production can be a starting point:

image

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.

[FEATURE] Support TABLE statement which added since MySQL 8.0.19
2 participants