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/10/28 04:25:01 UTC

[GitHub] [incubator-shardingsphere] tuohai666 commented on a change in pull request #3379: Fix Navicat connect Sharding-Proxy no primary key error.

tuohai666 commented on a change in pull request #3379: Fix Navicat connect Sharding-Proxy no primary key error.
URL: https://github.com/apache/incubator-shardingsphere/pull/3379#discussion_r339398564
 
 

 ##########
 File path: sharding-proxy/sharding-proxy-transport/sharding-proxy-transport-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/transport/mysql/packet/command/query/MySQLColumnDefinition41Packet.java
 ##########
 @@ -69,12 +70,17 @@ public MySQLColumnDefinition41Packet(final int sequenceId, final ResultSetMetaDa
                 resultSetMetaData.getColumnLabel(columnIndex), resultSetMetaData.getColumnName(columnIndex), resultSetMetaData.getColumnDisplaySize(columnIndex), 
                 MySQLColumnType.valueOfJDBCType(resultSetMetaData.getColumnType(columnIndex)), resultSetMetaData.getScale(columnIndex));
     }
-    
+
 
 Review comment:
   Please don't change the original indentation.

----------------------------------------------------------------
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