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 2021/09/16 01:56:06 UTC

[GitHub] [shardingsphere] tuichenchuxin opened a new issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

tuichenchuxin opened a new issue #12470:
URL: https://github.com/apache/shardingsphere/issues/12470


   Hi community,
   
   This issue is for #10887.
   
   ## Aim
   support parse mysql administration statements sql `SHOW CREATE TRIGGER`
   
   ## Basic Qualifications
   - java
   - maven
   - antlr4
   
   ## Detail
   SHOW CREATE TRIGGER Statement In mysql
   need to be supported in shardingsphere-sql-parser.
   ```
   SHOW CREATE TRIGGER trigger_name
   ```
   https://dev.mysql.com/doc/refman/8.0/en/show-create-trigger.html
   
   ## Example FYI
   - DCLStatement.g4


-- 
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] LeeGuoPing commented on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

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


   > @LeeGuoPing I checked it again, sorry, there is a problem with the information I described. This statement can be parsed, but it will fail when visiting, it should be because the visit method is not implemented. Are you willing to do it?
   
   @tuichenchuxin of course.


-- 
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] LeeGuoPing edited a comment on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

Posted by GitBox <gi...@apache.org>.
LeeGuoPing edited a comment on issue #12470:
URL: https://github.com/apache/shardingsphere/issues/12470#issuecomment-925610479


   @tuichenchuxin hi, What purpose of this issue? I have seen `SHOW CREATE TRIGGER` in file
   ![image](https://user-images.githubusercontent.com/35389145/134477338-c65f84dc-7d0a-4d51-9ff9-b3f7383e77c2.png)
   
   


-- 
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] LeeGuoPing commented on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

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


   @tuichenchuxin hi, Which purpose of this issue? I have seen SHOW CREATE TRIGGER in file
   ![image](https://user-images.githubusercontent.com/35389145/134477338-c65f84dc-7d0a-4d51-9ff9-b3f7383e77c2.png)
   
   


-- 
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 #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

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


   @LeeGuoPing Welcome.


-- 
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] LeeGuoPing edited a comment on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

Posted by GitBox <gi...@apache.org>.
LeeGuoPing edited a comment on issue #12470:
URL: https://github.com/apache/shardingsphere/issues/12470#issuecomment-925610479


   @tuichenchuxin hi, What purpose of this issue? I have seen SHOW CREATE TRIGGER in file
   ![image](https://user-images.githubusercontent.com/35389145/134477338-c65f84dc-7d0a-4d51-9ff9-b3f7383e77c2.png)
   
   


-- 
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] LeeGuoPing commented on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

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


   > @LeeGuoPing Thanks, hope your pr.
   
   @tuichenchuxin  commited


-- 
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 closed issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #12470:
URL: https://github.com/apache/shardingsphere/issues/12470


   


-- 
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] tuichenchuxin commented on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

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


   @LeeGuoPing I checked it again, sorry, there is a problem with the information I described. This statement can be parsed, but it will fail when visiting, it should be because the visit method is not implemented. Are you willing to do it?


-- 
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] tuichenchuxin commented on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

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


   @LeeGuoPing Ok, thank you for your support.


-- 
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] LeeGuoPing commented on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

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


   I want to have a try


-- 
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] tuichenchuxin commented on issue #12470: support Administration Statements sql parse SHOW CREATE TRIGGER

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


   @LeeGuoPing Thanks, hope your pr.
   


-- 
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