strongduanmu commented on code in PR #17818:
URL: https://github.com/apache/shardingsphere/pull/17818#discussion_r877664660
##########
shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/core/resultset/ResultSetUtil.java:
##########
@@ -61,6 +61,10 @@ public static Object convertValue(final Object value, final
Class<?> convertType
if (value.getClass() == convertType) {
return value;
}
+ // converting to String need a higher priority
Review Comment:
Please remove this comment.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]