Pace2Car opened a new issue, #29039:
URL: https://github.com/apache/shardingsphere/issues/29039

   Query rules through RQL, and the format of algorithm props in the results 
obtained is as follows:
   ```sql
   +------------------------------------------------------+
   | encryptor_props                                      |
   +------------------------------------------------------+
   | aes-key-value=BAFFEAB3,digest-algorithm-name=SHA-512 |
   +------------------------------------------------------+
   ```
   The problem is that if the parameter value contains characters such as "=", 
"," etc., it may cause misunderstanding.
   
   I'm going to replace the output of algorithm props into JSON format, which 
will involve the following RQL implementation changes
   
   TASK LIST:
   
   - [ ] ShowDefaultShadowAlgorithmExecutor
   - [ ] ShowDefaultShardingStrategyExecutor
   - [ ] ShowEncryptRuleExecutor
   - [ ] ShowMaskRuleExecutor
   - [ ] ShowReadwriteSplittingRuleExecutor
   - [ ] ShowShadowAlgorithmsExecutor
   - [ ] ShowShadowRuleExecutor
   - [ ] ShowShardingAlgorithmExecutor
   - [ ] ShowShardingAuditorsExecutor
   - [ ] ShowShardingKeyGeneratorExecutor
   - [ ] ShowShardingTableRuleExecutor
   - [ ] ShowUnusedShardingAlgorithmsExecutor
   - [ ] ShowUnusedShardingAuditorsExecutor
   - [ ] ShowUnusedShardingKeyGeneratorExecutor
   


-- 
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: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to