dongzl opened a new pull request #3288: fixes 
QueryResultUtil#getValueByColumnType unsigned int & bigint return value.
URL: https://github.com/apache/incubator-shardingsphere/pull/3288
 
 
   Fixes #3231 .
   
   Changes proposed in this pull request:
   - INT UNSIGNED type, if value beyond java Integer range, return Long type.
   - INT UNSIGNED type, if value don't beyond java Integer range, return 
Integer type.
   - INT SIGNED type, return Integer type.
   - BIGINT UNSIGNED type, if value beyond java Long range, return BigDemical 
type.
   - BIGINT UNSIGNED type, if value don't beyond java Long range, return Long 
type.
   - BIGINT SIGNED type, return Long type.
   
   @tuohai666  Please help me with the code review, Thanks.

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


With regards,
Apache Git Services

Reply via email to