You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/02/27 10:39:23 UTC

[GitHub] avalon566 opened a new pull request #1938: fix return decimal column with an exponent field

avalon566 opened a new pull request #1938: fix return decimal column with an exponent field
URL: https://github.com/apache/incubator-shardingsphere/pull/1938
 
 
   Changes proposed in this pull request:
   - fix return decimal column with an exponent field
   
   ```
   BigDecimal data = new BigDecimal(BigInteger.ZERO, 20);
   System.out.println(data.toString()); // output 0E-20
   System.out.println(data.toPlainString()); // output 0.00000000000000000000
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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