RPG-Alex opened a new issue, #2065: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2065
Limited Inline Comment Support for AST I noticed this [previous issue](https://github.com/apache/datafusion-sqlparser-rs/issues/175), which is still open, and also found this this [PR](https://github.com/apache/datafusion-sqlparser-rs/issues/175) related to lossless AST. It would be advantageous to include SQL inline comments in the AST, associated with the field they are for, which I think should be easily inferred for comments on tables and columns. There is already support for `comment on`, and support for inline comments, as an option when parsing could be very helpful for workflows such as with generating documentation from comments. -- 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]
