You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/03/05 12:34:08 UTC

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4602: I suggest that sharding-proxy supports appoint divided items by "create table"

kimmking commented on issue #4602: I suggest that sharding-proxy supports appoint divided items by "create table"
URL: https://github.com/apache/incubator-shardingsphere/issues/4602#issuecomment-595206334
 
 
   Now it can create all sharding tables according to your rules. 
   Examples:
   > sharding in test{0..2}
   
   Executing by your code:
   > create table test ....
   
   Executing by shardingsphere:
   > create table test0 ....
   > create table test1 ....
   > create table test2 ....
   
   
   If you consider shardingClass syntax is helpful, you can try a go to submit a pull-request.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services