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 2020/02/13 06:45:31 UTC

[GitHub] [incubator-shardingsphere] dongzl edited a comment on issue #3914: Optimization for Sharing Parser with ANTLR Visitor for MySQL

dongzl edited a comment on issue #3914: Optimization for Sharing Parser with ANTLR Visitor for MySQL
URL: https://github.com/apache/incubator-shardingsphere/issues/3914#issuecomment-581108911
 
 
   MySQL visitor progress: 
   - [x] DAL  (**In charge of @jingshanglu)**
     - reset
     - [x] set
     - [x] show
   - [ ] DCL  **(in the charge of @tianbin1001 and @beijing-penguin )**
     - alter-login
     - alter-role
     - [x] alter-user
     - create-login
     - [x] create-role
     - [x] create-user
     - deny-user
     - drop-login
     - [x] drop-role
     - [x] drop-user
     - [x] grant-user
     - [x] rename-user
     - [x] revoke
     - [x] set-default-role
     - [x] set-password
     - [x] set-role
   - [x] DDL  **(in the charge of @SteNicholas )**
     - alter-index
     - [x] alter-table
     - [x] create-index
     - [x] create-table
     - [x] drop-index
     - [x] drop-table
     - [x] truncate
   - [ ] DML **(in the charge of @tristaZero )**
     - [x] delete
     - [x] insert
     - [x] long-sql
     - [x] select
     - [x] select-aggregate
     - [x] select-expression
     - [ ] select-group-by
     - [x] select-join
     - [x] select-or
     - [x] select-order-by
     - [x] select-pagination
     - [ ] select-pagination-group-by-order-by
     - [x] select-sub-query
     - [x] update
   - [x] TCL **(in the charge of @dongzl )**
     - [x] begin-transaction
     - [x] commit
     - [x] rollback
     - [x] savepoint
     - [x] set-auto-commit
     - [x] set-transaction

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services