You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/01/21 13:33:07 UTC

[GitHub] sixianli commented on issue #1789: fix issue #1770

sixianli commented on issue #1789: fix issue #1770
URL: https://github.com/apache/incubator-shardingsphere/pull/1789#issuecomment-456075454
 
 
   @tuohai666 about the #1770 , in the tag 3.0.0 version, in oracle database, the same table structure in different datasource got dirrerent TableMetaData objects. I debugged and found that List<ColumnMetaData> object of each TableMetaData is different , each List<ColumnMetaData> object contains repetitive columnMetaData objects, so i add a little filter logic code. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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