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/08/14 01:53:16 UTC

[GitHub] [shardingsphere] Lucas-307 edited a comment on issue #6830: No signature of method: java.lang.String.mod() is applicable for argument in navicat 11 version, please support hign version navicat.

Lucas-307 edited a comment on issue #6830:
URL: https://github.com/apache/shardingsphere/issues/6830#issuecomment-673829217


   @cay914  HI, try to change you conf.
   
   `algorithmExpression: order${user_id % 2}` 
   to
   `algorithmExpression: order${Long.parseLong(user_id) % 2}` or `algorithmExpression: order${user_id.toBigInteger() % 2}`


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