FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: [MySQL] Support `TABLE STATEMENT` by jxnu-liguobin · Pull Request #1921 · JSQLParser/JSqlParser · GitHub

feat: [MySQL] Support TABLE STATEMENT - #1921

Merged
manticore-projects merged 4 commits into
JSQLParser:masterfrom
jxnu-liguobin:resolve-issue1836
Dec 16, 2023
Merged

feat: [MySQL] Support TABLE STATEMENT#1921
manticore-projects merged 4 commits into
JSQLParser:masterfrom
jxnu-liguobin:resolve-issue1836

Conversation

Copy link
Copy Markdown
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.

Copy link
Copy Markdown
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 marked this pull request as ready for review December 16, 2023 06:46
manticore-projects merged commit 313a4b4 into JSQLParser:master Dec 16, 2023

Copy link
Copy Markdown
Contributor

Thank you for working on this!

Copy link
Copy Markdown
Contributor

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL