codefairy08 opened a new issue #2191: MySQL encrypt test URL: https://github.com/apache/incubator-shardingsphere/issues/2191 This issue is for encrypt parsing test. when using EncryptDataSource for encryption, it needs SQL parser doing something for encryption, SQL parser need genereate EncryptColumnToken and encrypt Conditions.the test just check both of them which are expected. The following is the specific design: - [x] add encrypt-rule-for-parser.yaml for test, take column 'name' and ‘mobile’ of table 't_encrypt' as encrypt column - [ ] add test case SQL, ex: select.xml for select test, it need test select,insert,update,delete statement, so it need four files for sql case test. - [ ] add expected result for test case sql, it also need four files. - [x] add EncryptColumnTokenAssert check EncryptColumnToken in DMLStatement - [ ] add check for encrypt Conditions - [ ] add unit test
---------------------------------------------------------------- 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
