89799969 commented on PR #4224:
URL: 
https://github.com/apache/rocketmq-dashboard/pull/4224#issuecomment-5695183262

   Addressed the review request:
   
   - Replaced the private `escapeLike` copy with shared 
`common/util/SqlLikeUtil`.
   - Switched to `apply(... LIKE {0} ESCAPE '\')` so H2 no longer depends on 
MySQL's implicit backslash escape.
   - Kept the binding-parameter assertions.
   
   `SqlLikeUtilTest` + `AuthServiceDatabaseTest` green locally. Same pattern 
applied on #4230 and #4233.


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

Reply via email to