dongzl edited a comment on issue #3914: Optimization for Sharing Parser with 
Antlr Visitor
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3914#issuecomment-581108911
 
 
   MySQL visitor progress: 
   1. DAL
   - [ ] reset
       - [ ] all
   - [ ] set
   - [ ] show
   2. DCL
   - [ ] alter-login
   - [ ] alter-role
   - [x] alter-user
   - [ ] create-login
   - [x] create-role
   - [x] create-user
   - [ ] deny-user
   - [ ] drop-login
   - [ ] drop-role
   - [x] drop-user
   - [ ] grant-user
   - [x] rename-user
   - [ ] revoke-user
   - [ ] set-default-role
   - [x] set-password
   - [ ] set-role
   3. DDL
   - [x] alter-index (MySQL no need)
   - [x] alter-table
   - [x] create-index
   - [x] create-table
   - [x] drop-index
   - [x] drop-table
   - [x] truncate
   4. DML
   - [x] delete
   - [x] insert
   - [ ] long-sql
   - [ ] select
   - [ ] select-aggregate
   - [ ] select-expression
   - [ ] select-group-by
   - [ ] select-join
   - [ ] select-or
   - [ ] select-order-by
   - [ ] select-pagination
   - [ ] select-pagination-group-by-order-by
   - [ ] select-sub-query
   - [x] update
   5. TCL
   - [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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to