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/09 09:26:15 UTC

[GitHub] [shardingsphere] mawer111 opened a new issue #5497: SqlServer IndexMetaData name is null

mawer111 opened a new issue #5497:
URL: https://github.com/apache/shardingsphere/issues/5497


   ![20200509172405](https://user-images.githubusercontent.com/9105659/81469871-1659a480-921a-11ea-9db9-820ca1f2bae0.jpg)
   
   can't see this index in sqlserver console


----------------------------------------------------------------
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] TaoZhiMLND commented on issue #5497: SqlServer IndexMetaData name is null

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


   maybe duplicated with #5421


----------------------------------------------------------------
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] TaoZhiMLND edited a comment on issue #5497: SqlServer IndexMetaData name is null

Posted by GitBox <gi...@apache.org>.
TaoZhiMLND edited a comment on issue #5497:
URL: https://github.com/apache/shardingsphere/issues/5497#issuecomment-626275454


   Which version did you use?


----------------------------------------------------------------
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] mawer111 commented on issue #5497: SqlServer IndexMetaData name is null

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


   @TaoZhiMLND 
   so how to modify source code? I use maven to manage dependencies.


----------------------------------------------------------------
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] TaoZhiMLND commented on issue #5497: SqlServer IndexMetaData name is null

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


   @mawer111  hi, could you please excute 
   ```call sp_statistics('tableName','schema','catlog','%','N','E')``` 
   or ```call sp_statistics_100('tableName','schema','catlog','%','N','E')```
   with the actual value of `tableName`, `schema`, `catlog` in your sqlserver console and show the result?
   you can see more detail by making some breakpoints  at SQLServerDatabaseMetaData#getIndexInfo and SQLServerDatabaseMetaData.CallableHandles#prepare.
   It is helpful to locate the issue, thanks.


----------------------------------------------------------------
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] mawer111 commented on issue #5497: SqlServer IndexMetaData name is null

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


   ![image](https://user-images.githubusercontent.com/9105659/81500993-58f9aa80-9308-11ea-8bfe-21c8be8a894c.png)
   every table has a null row...


----------------------------------------------------------------
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] TaoZhiMLND commented on issue #5497: SqlServer IndexMetaData name is null

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


   > @TaoZhiMLND
   > so how to modify source code? I use maven to manage dependencies.
   
   Which version did you use?


----------------------------------------------------------------
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] mawer111 commented on issue #5497: SqlServer IndexMetaData name is null

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


   @TaoZhiMLND 
   jdbc-core 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] terrymanu commented on issue #5497: SqlServer IndexMetaData name is null

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


   Please upgrade to 5.x or build form master


----------------------------------------------------------------
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] mawer111 commented on issue #5497: SqlServer IndexMetaData name is null

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


   @TaoZhiMLND 
   Just like #5421 , getIndexInfo would return statistics record on SqlServer.
   But now question is how to fix it if I use 4.1.0 version import by maven? Any suggestions?


----------------------------------------------------------------
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 #5497: SqlServer IndexMetaData name is null

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


   can you show your sql server ddl and all logs?


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