Pancratius commented on issue #19795: URL: https://github.com/apache/shardingsphere/issues/19795#issuecomment-1204820317
I change version to 5.1.2, it is not ok. I tested the other cases, the situation is as follows: **success sql**: 1. SELECT * FROM record WHERE name LIKE ? escape '!' 2. SELECT * FROM record WHERE name LIKE ? escape '!' LIMIT 20 OFFSET 0 3. SELECT * FROM record WHERE name LIKE ? LIMIT ? OFFSET ? **failure sql:** SELECT * FROM record WHERE name LIKE ? escape '!' LIMIT ? OFFSET ? Looking forward to reply, thank you. -- 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]
