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 2020/05/21 07:50:35 UTC

[GitHub] [shardingsphere] zhaolin81 opened a new issue #5725: sqlserver, when

zhaolin81 opened a new issue #5725:
URL: https://github.com/apache/shardingsphere/issues/5725


   Caused by: java.lang.NullPointerException: null
   	at org.apache.shardingsphere.sql.parser.binder.metadata.table.TableMetaData.getIndexes(TableMetaData.java:72) ~[shardingsphere-sql-parser-binder-4.1.0.jar:4.1.0]
   


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



[GitHub] [shardingsphere] zhaolin81 commented on issue #5725: sqlserver, when

Posted by GitBox <gi...@apache.org>.
zhaolin81 commented on issue #5725:
URL: https://github.com/apache/shardingsphere/issues/5725#issuecomment-631986487


   > jdbc? which version? what sql/operation did you do?
   
   北京的兄弟啊,你好哈


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



[GitHub] [shardingsphere] zhaolin81 commented on issue #5725: sqlserver, when

Posted by GitBox <gi...@apache.org>.
zhaolin81 commented on issue #5725:
URL: https://github.com/apache/shardingsphere/issues/5725#issuecomment-631985957


   > jdbc? which version? what sql/operation did you do?
   
   i found that the master branch fixed this issue。
   
   IndexMetaDataLoader:
                   ...
                   if(null != indexName) {
                       result.add(new IndexMetaData(indexName));
                   }
               }


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



[GitHub] [shardingsphere] zhaolin81 closed issue #5725: sqlserver, when

Posted by GitBox <gi...@apache.org>.
zhaolin81 closed issue #5725:
URL: https://github.com/apache/shardingsphere/issues/5725


   


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



[GitHub] [shardingsphere] kimmking commented on issue #5725: sqlserver, when

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #5725:
URL: https://github.com/apache/shardingsphere/issues/5725#issuecomment-631974458


   jdbc? which version? what sql/operation did you do?


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



[GitHub] [shardingsphere] zhaolin81 commented on issue #5725: sqlserver, when

Posted by GitBox <gi...@apache.org>.
zhaolin81 commented on issue #5725:
URL: https://github.com/apache/shardingsphere/issues/5725#issuecomment-631987342


   fixed by https://github.com/apache/shardingsphere/pull/5436


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