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/06/10 08:52:02 UTC

[GitHub] [shardingsphere] KomachiSion commented on pull request #5976: Fix: fix the type transfer issue (#5957)

KomachiSion commented on pull request #5976:
URL: https://github.com/apache/shardingsphere/pull/5976#issuecomment-641852833


   I think we should discuss more to solve the problem. From the issue, I think scaling parses the unsigned bigint as `BigInteger`, and `BigInteger` will be transfer as `String` in PreparedStatement as default.
   
   Or Scaling parses unsigned bigint as `String` directly, not `BigInteger`.


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