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: [email protected] With regards, Apache Git Services
