zhuyaoming opened a new issue #6774: URL: https://github.com/apache/shardingsphere/issues/6774
insert sql shardingsphrere modified shard key column to lowercase The bug select * from A where TENANT_ID = 1 is still uppercase, which leads to inconsistent case of the shard key column obtained in case 2. ------------------------------ insert sql shardingsphrere 修改为小写的 bug select * from A where TENANT_ID= 1 仍然是大写的.导致2中情况获取到的分片键列大小写不一致. INSERT INTO A(TENANT_ID) VALUES(1) 分片键为 tenant_id=1 SELECT * FROM A WHERE TENANT_ID= 1 分片键为 TENANT_ID= 1 ---------------------------------------------------------------- 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]
