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/28 22:56:45 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new pull request, #26676: Expand wildcard in single table configuration

RaigorJiang opened a new pull request, #26676:
URL: https://github.com/apache/shardingsphere/pull/26676

   Refer  #26582.
   
   Changes proposed in this pull request:
     - Expand wildcard in single table configuration
   
   #### For example, configure as follows:
   ```yaml
   rules:
   - !SINGLE
      tables:
        - ds_0.*
   ```
   
   #### Expands to (according to actual tables) when persisting
   ```yaml
   rules:
   - !SINGLE
      tables:
        - ds_0.t_single_0
        - ds_0.t_single_1
   ```


-- 
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


[GitHub] [shardingsphere] zhaojinchao95 merged pull request #26676: Expand wildcard in single table configuration

Posted by "zhaojinchao95 (via GitHub)" <gi...@apache.org>.
zhaojinchao95 merged PR #26676:
URL: https://github.com/apache/shardingsphere/pull/26676


-- 
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