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 2022/07/28 09:13:57 UTC

[GitHub] [shardingsphere] strongduanmu opened a new issue, #19647: Unknown database exception occurs when execute PREVIEW statement with uppercase database name

strongduanmu opened a new issue, #19647:
URL: https://github.com/apache/shardingsphere/issues/19647

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   https://github.com/apache/shardingsphere/commit/55a2123ed5ff9516ea29b204514e675a170ecc9c
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere-Proxy
   
   ### Expected behavior
   
   Execute `PREVIEW SELECT * FROM ASW_DEPS WHERE BU_CODE = 'WTCMY'` successfully.
   
   ### Actual behavior
   
   ```
   mysql> PREVIEW SELECT * FROM ASW_DEPS WHERE BU_CODE = 'WTCMY';
   ERROR 1049 (42000): Unknown database 'RTS_STOCK'
   mysql> PREVIEW SELECT * FROM ASW_DEPS WHERE BU_CODE = 'WTCMY';
   ERROR 1049 (42000): Unknown database 'RTS_STOCK'
   ```
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zjcnb closed issue #19647: Unknown database exception occurs when execute PREVIEW statement with uppercase database name

Posted by GitBox <gi...@apache.org>.
zjcnb closed issue #19647: Unknown database exception occurs when execute PREVIEW statement with uppercase database name
URL: https://github.com/apache/shardingsphere/issues/19647


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org