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 2022/05/20 02:30:07 UTC

[GitHub] [shardingsphere] ZZemptypoint commented on a diff in pull request #17818: Update the priority of converting to String

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-unsubscribe@shardingsphere.apache.org

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