Re: [I] [feature] allow pretty-printing [datafusion-sqlparser-rs]

2025-05-13 Thread via GitHub
lovasoa commented on issue #1845: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1845#issuecomment-2877014030 follow-up tracking issue in https://github.com/apache/datafusion-sqlparser-rs/issues/1850 -- This is an automated message from the Apache Git Service. To respond t

Re: [I] [feature] allow pretty-printing [datafusion-sqlparser-rs]

2025-05-13 Thread via GitHub
alamb closed issue #1845: [feature] allow pretty-printing URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1845 -- 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

Re: [I] [feature] allow pretty-printing [datafusion-sqlparser-rs]

2025-05-09 Thread via GitHub
alamb commented on issue #1845: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1845#issuecomment-2867279673 If the idea is that `{:#}` printing of AST nodes would result in printing a "pretty" version of the sql statements (potentially with newlines, etc) sounds like a great

[I] [feature] allow pretty-printing [datafusion-sqlparser-rs]

2025-05-08 Thread via GitHub
lovasoa opened a new issue, #1845: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1845 In rust, the Display trait allows specifying an "alternate" display style for every type https://github.com/apache/datafusion-sqlparser-rs/issues/1634 I suggest using this to a