-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Support parsing SQL Server SELECT Person1.name sql #29189
Comments
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
@FlyingZC Hi community, I will have a try. Please assign me. |
@shengdoupi Welcome, I just assign this issue to you. |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
@FlyingZC Please assign this issue to me. |
@TherChenYang Hi, I'm working on this issue now. It takes me a long time since graph related syntax is quite complex for me. Anyway, I believe it can be finished in a week, thank you! |
Ok, looking forward to your good news @shengdoupi |
Sorry, I see the issue is in an expired state, so I requested an assignment, look forward to your PR. |
@strongduanmu Hi, when I try to submit a PR for this issue, I find the function has been supported in #30288 , I think you can close this issue now. |
@shengdoupi Thank you for your test work, I will close this issue. |
Background
Hi community.
This issue is for #29149.
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we are planning to enhance the support for
SQL Server
SQL parsing in ShardingSphere.More details:
https://shardingsphere.apache.org/document/current/en/reference/sharding/parse/
Task
This issue is to support more
SQL Server
sql parsing, as follows:link
link
link
link
link
Process
SQL Server
sql syntax, if not please leave a message under the issue and ignore it;Relevant Skills
g4
fileSQL Server
SQLsThe text was updated successfully, but these errors were encountered: