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 2021/09/10 05:26:47 UTC

[GitHub] [shardingsphere] Lychengit opened a new issue #12334: Case can be ignored here

Lychengit opened a new issue #12334:
URL: https://github.com/apache/shardingsphere/issues/12334


   ShardingRule::
   private boolean isShardingColumn(final ShardingStrategyConfiguration shardingStrategyConfig, final String columnName) {
       ... ...
       // Case can be ignored here,May cause all tables to be manipulated!Insert statement encountered. All tables were inserted
       return ((ComplexShardingStrategyConfiguration) shardingStrategyConfig).getShardingColumns().contains(columnName);
   }


-- 
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] TeslaCN closed issue #12334: ignore case

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #12334:
URL: https://github.com/apache/shardingsphere/issues/12334


   


-- 
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] RaigorJiang commented on issue #12334: ignore case

Posted by GitBox <gi...@apache.org>.
RaigorJiang commented on issue #12334:
URL: https://github.com/apache/shardingsphere/issues/12334#issuecomment-916657716


   Duplicate with #12333.


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