thswlsqls commented on PR #39153: URL: https://github.com/apache/shardingsphere/pull/39153#issuecomment-5338780582
@terrymanu Thanks for the review. Agreed — the ASCII case passes under manual `toLowerCase()` as well, so it doesn't protect the root cause. I'll replace it with a locale-sensitive case: configure `ID`, look it up as `id` under `tr-TR`, and restore the default locale in `finally`. -- 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]
