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/03/19 08:01:23 UTC

[GitHub] [incubator-shardingsphere] nevereverever opened a new issue #4846: Some tools cannot display logic schema name

nevereverever opened a new issue #4846: Some tools cannot display logic schema name
URL: https://github.com/apache/incubator-shardingsphere/issues/4846
 
 
   Version: sharding-proxy 4.0.1
   
   Description: 
   Some tools(just like new version of navicat or idea) cannot display logic schema name,it shows real database name.
   
   I debugger the code , I found that two different statements were executed:
   
   `select database()` and `show databases()`.
   
   select will route to real node.
   
   
   

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

[GitHub] [incubator-shardingsphere] terrymanu closed issue #4846: Some tools cannot display logic schema name

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #4846: Some tools cannot display logic schema name
URL: https://github.com/apache/incubator-shardingsphere/issues/4846
 
 
   

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

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4846: Some tools cannot display logic schema name

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4846: Some tools cannot display logic schema name
URL: https://github.com/apache/incubator-shardingsphere/issues/4846#issuecomment-601055734
 
 
   idea/datagrip, you should turn on "introspect using jdbc metadata"(or it will get all real tables info from informations_schema):
   ![image](https://user-images.githubusercontent.com/807508/77047762-48ac0a00-6a00-11ea-96b1-6f0a0492d122.png)
   
   

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

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4846: Some tools cannot display logic schema name

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #4846: Some tools cannot display logic schema name
URL: https://github.com/apache/incubator-shardingsphere/issues/4846#issuecomment-601090323
 
 
   volunteer wanted for support `select database()`

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

[GitHub] [incubator-shardingsphere] nevereverever commented on issue #4846: Some tools cannot display logic schema name

Posted by GitBox <gi...@apache.org>.
nevereverever commented on issue #4846: Some tools cannot display logic schema name
URL: https://github.com/apache/incubator-shardingsphere/issues/4846#issuecomment-614353025
 
 
   I fixed this.
   How to contribute?

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

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4846: Some tools cannot display logic schema name

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #4846: Some tools cannot display logic schema name
URL: https://github.com/apache/incubator-shardingsphere/issues/4846#issuecomment-608369761
 
 
   It is not the necessary SQL we need to support now, and nobody interesting about this issue, so I just close this one until volunteer want to do it.

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