tristaZero opened a new issue #2275: Reconstruct the parsing and rewriting modules for SQLToken URL: https://github.com/apache/incubator-shardingsphere/issues/2275 **Reconstruct the parsing and rewriting modules for SQLToken** The tasks of parsing module: - [ ] To make all of the tokens store startIndex and stopIndex. - [ ] To review all the tokens to replace the length parameter or string parameter with stopIndex. The tasks of rewriting module: - [ ] Use startIndex and stopIndex to rewrite SQLs. - [ ] Make all of the tokens rewritten in the consistent method.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
