strongduanmu commented on issue #14090: URL: https://github.com/apache/shardingsphere/issues/14090#issuecomment-995307986
After the PR merge, the latest results are as follows, which can support uppercase and lowercase queries. ```sql mysql> create table t_single(id int, content varchar(100)); Query OK, 0 rows affected (0.16 sec) mysql> SHOW TABLES; +-----------------------+------------+ | Tables_in_sharding_db | Table_type | +-----------------------+------------+ | t_single | BASE TABLE | +-----------------------+------------+ 1 row in set (0.04 sec) mysql> SELECT * FROM T_SINGLE; Empty set (0.03 sec) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
