LucaCappelletti94 opened a new pull request, #2464: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2464
A string value containing adjacent quotes printed with one level of escaping missing. `''''''` parsed as two quote characters, then printed as `''''`, which reparsed as one quote character. This makes single-quoted string values print with their quotes escaped every time, so parse and display reach a fixed point. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
