iffyio commented on code in PR #1735:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1735#discussion_r1966682470


##########
tests/sqlparser_mysql.rs:
##########
@@ -2530,6 +2530,16 @@ fn parse_rlike_and_regexp() {
     }
 }
 
+#[test]
+fn parse_like_with_escape() {
+    mysql().verified_only_select(r#"SELECT * FROM customer WHERE name LIKE 
'a\%c'"#);

Review Comment:
   Ah yeah that makes sense, thanks for clarifying!



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to