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
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
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
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