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 2019/07/02 07:03:51 UTC

[GitHub] [incubator-shardingsphere] tuohai666 commented on a change in pull request #2633: fix #2604

tuohai666 commented on a change in pull request #2633: fix #2604
URL: https://github.com/apache/incubator-shardingsphere/pull/2633#discussion_r298925166
 
 

 ##########
 File path: sharding-core/sharding-core-execute/src/main/java/org/apache/shardingsphere/core/execute/sql/execute/result/QueryResultUtil.java
 ##########
 @@ -54,7 +54,6 @@ public static Object getValueByColumnType(final ResultSet resultSet, final int c
         ResultSetMetaData metaData = resultSet.getMetaData();
         switch (metaData.getColumnType(columnIndex)) {
             case Types.BIT:
-                return resultSet.getBytes(columnIndex);
 
 Review comment:
   I think you can't do that. Please look up the commits log to find why BIT is not equal to BOOLEAN.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services