You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/05/21 12:19:49 UTC

[GitHub] [shardingsphere] everly-gif opened a new issue, #17848: [ GSOC 22 ] Solve unsupported Postgres sql about alter statement for ShardingSphere Parser

everly-gif opened a new issue, #17848:
URL: https://github.com/apache/shardingsphere/issues/17848

   This issue is created to better track my PRs for GSOC.
   You can view more about my project [here](https://summerofcode.withgoogle.com/programs/2022/projects/ajDT1hjj)
   
   ## Background
   
   Apache ShardingSphere is positioned as a Database Plus, and aims at building a standard layer and
   ecosystem above heterogeneous databases. It focuses on how to reuse existing databases and their
   respective upper layer, rather than creating a new database. The goal is to minimize or eliminate the
   challenges caused by underlying database fragmentation.  
   
   ShardingSphere parser engine is the core of ShardingSphere, It helps users parse a SQL to get the AST
   (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). At present, this parser
   engine can handle SQLs for MySQL, PostgreSQL, SQLServer, openGauss and Oracle. However, there are
   still many statements that are not supported yet.  
   
   More details:  
   https://shardingsphere.apache.org/document/current/en/reference/sharding/parse/  
   
   Therefore this project proposes to Solve unsupported Postgres sql about alter statements for
   ShardingSphere Parser and also proofread and optimize the grammar wherever needed referring the official postgres [docs](https://www.postgresql.org/docs/current/sql-commands.html).
   
   ## Tasks
   
   - [ ] ALTER OPERATOR
   - [ ] ALTER POLICY
   - [ ] ALTER PUBLICATION
   - [ ] ALTER ROUTINE
   - [ ] ALTER RULE
   - [ ] ALTER SCHEMA
   - [ ] ALTER SEQUENCE
   - [ ]  ALTER SERVER
   - [ ] ALTER STATISTICS
   - [ ] ALTER SUBSCRIPTION
   - [ ] ALTER TABLE
   - [ ] ALTER TEXT SEARCH
   - [ ]  ALTER TRIGGER
   - [ ] ALTER TYPE
   - [ ] ALTER VIEW
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] everly-gif commented on issue #17848: [ GSoC 2022 ] Solve unsupported Postgres sql about alter statement for ShardingSphere Parser

Posted by GitBox <gi...@apache.org>.
everly-gif commented on issue #17848:
URL: https://github.com/apache/shardingsphere/issues/17848#issuecomment-1237562628

   > For this question, I think you can choose a tool you are familiar with to write gsoc summaries.
     
   
   Thank you ! I decided to go with GitHub Gists.
   Here's the link : https://gist.github.com/everly-gif/b2df9b5b2133afc671c38c43c08f2569
   What do you think?
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] strongduanmu commented on issue #17848: [ GSoC 2022 ] Solve unsupported Postgres sql about alter statement for ShardingSphere Parser

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #17848:
URL: https://github.com/apache/shardingsphere/issues/17848#issuecomment-1236568896

   Congratulations @everly-gif , you have done these tasks very well. 👍
   
   > Talking GSoC , @strongduanmu what is the usual work product URL that is preferred by the Org? GitHub Gists, Blogs, Web pages etc?? I will start drafting mine soon after your suggestion.
   
   For this question, I think you can choose a tool you are familiar with to write gsoc summaries.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] strongduanmu commented on issue #17848: [ GSoC 2022 ] Solve unsupported Postgres sql about alter statement for ShardingSphere Parser

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #17848:
URL: https://github.com/apache/shardingsphere/issues/17848#issuecomment-1133814838

   @everly-gif Assigned.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] everly-gif closed issue #17848: [ GSoC 2022 ] Solve unsupported Postgres sql about alter statement for ShardingSphere Parser

Posted by GitBox <gi...@apache.org>.
everly-gif closed issue #17848: [ GSoC 2022 ] Solve unsupported Postgres sql about alter statement for ShardingSphere Parser
URL: https://github.com/apache/shardingsphere/issues/17848


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] everly-gif commented on issue #17848: [ GSOC 22 ] Solve unsupported Postgres sql about alter statement for ShardingSphere Parser

Posted by GitBox <gi...@apache.org>.
everly-gif commented on issue #17848:
URL: https://github.com/apache/shardingsphere/issues/17848#issuecomment-1133610608

   Hi @strongduanmu , please assign this issue to me


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] everly-gif commented on issue #17848: [ GSoC 2022 ] Solve unsupported Postgres sql about alter statement for ShardingSphere Parser

Posted by GitBox <gi...@apache.org>.
everly-gif commented on issue #17848:
URL: https://github.com/apache/shardingsphere/issues/17848#issuecomment-1236563672

   This issue has been completed 🎉. 
   Thank you for the great mentorship !
   Looking forward to staying in touch with the community 😊.
   
   Talking GSoC , @strongduanmu what is the usual work product URL that is preferred by the Org? GitHub Gists, Blogs, Web pages etc?? I will start drafting mine soon after your suggestion.
   
   Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org