Saisimon commented on a change in pull request #2669: fix 'Unsupported data
type:boolean' ShardingException
URL:
https://github.com/apache/incubator-shardingsphere/pull/2669#discussion_r300969595
##########
File path:
sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/ResultSetUtil.java
##########
@@ -85,6 +85,8 @@ private static Object convertNullValue(final Class<?>
convertType) {
private static Object convertNumberValue(final Object value, final
Class<?> convertType) {
Number number = (Number) value;
switch (convertType.getName()) {
+ case "boolean":
Review comment:
this is another bug
----------------------------------------------------------------
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