You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "RaigorJiang (via GitHub)" <gi...@apache.org> on 2023/06/13 04:07:02 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new issue, #26315: Adjust the database rule order

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

   Hi community,
   
   I found that there are duplicated order of `DatabaseRuleBuilder`, both `FixtureDatabaseRuleBuilder` and `FixtureDistributedRuleBuilder` are orderd `0`, which is the same with `SingleRuleBuilder`.
   
   In addition, according to the current build order, when `singleRule` is initialized, the `builtRules` does not include `encrypt` and `mask` rules. 
   I want to adjust the single order to after encrypt and mask, so that it can be more intelligent during building, such as automatically loading the single table required by the feature, no additional user configuration is required. (ref #22887)
   
   Below is the order I plan to tweak, any suggestions are welcome, thanks.
   
   ## Before
   <img width="677" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/26315ec0-54f5-4e7a-8bf8-06eab8f72a99">
   
   
   ## After
   <img width="677" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/5ee26028-b690-4b13-8ac8-55810577f1a5">
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] strongduanmu closed issue #26315: Adjust the database rule order

Posted by "strongduanmu (via GitHub)" <gi...@apache.org>.
strongduanmu closed issue #26315: Adjust the database rule order
URL: https://github.com/apache/shardingsphere/issues/26315


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org