zyuiop opened a new pull request, #2161: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2161
MySQL likes to send "blocky" comments where a line comment is surrounded by empty comments, like so: ``` -- -- Table structure for table `foo` -- CREATE TABLE ... ``` Currently, these comments are tokenized as MINUS, MINUS instead of an empty line comment. This commits fixes this problem by accepting any kind of whitespace to delimit a line comment. -- 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]
