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 2019/06/11 05:53:36 UTC

[GitHub] [incubator-shardingsphere] surick opened a new pull request #2532: Fixed Unsupported data type:boolean exceptions

surick opened a new pull request #2532: Fixed Unsupported data type:boolean exceptions
URL: https://github.com/apache/incubator-shardingsphere/pull/2532
 
 
   When use jpa&mysql boolean in entity will convert to 0,1 by mysql store as tinyint.Then when read by resultset util the true value(0,1) and boolean type in entity will make ShardingException("Unsupported data type:%s", convertType);
   
   Fixes #2528 .
   
   Changes proposed in this pull request:
   - support boolean in entity and tinyint in mysql.
   -
   -
   

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


With regards,
Apache Git Services