hdimer commented on PR #2418: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2418#issuecomment-5543872284
You're right, and that's a cleaner repro than the one I had. The escaping is missing on the format side, so anything containing `]` round-trips into invalid SQL. I'll add that as a test and fix the formatter for both MSSQL and SQLite. -- 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]
