ZZemptypoint commented on code in PR #17818:
URL: https://github.com/apache/shardingsphere/pull/17818#discussion_r877680760


##########
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:
   As u wish.



-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to