Saisimon commented on issue #2604: The query entity throws an exception when a boolean property exists in the entity URL: https://github.com/apache/incubator-shardingsphere/issues/2604#issuecomment-508026819 It was restored because it only works with mysql and sql server and does not support postgresql. In postgresql, 116 is true and the other numbers are false. I think there are two ways to solve this problem: 1. QueryResultUtil#getValueByColumnType() adds a convertType class param, which is converted directly to the correct field type here. 2. Provide different conversion methods according to different databases. But both ways will make a lot of changes.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
