aharpervc commented on issue #1709: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1709#issuecomment-4008037596
> 1. The `PRINT string | @variable | str_expression` statement in MSSQL doesn't parse as a valid statement There's a unit test for print statements for SQL Server, can you share more about what makes your real world sql different than the test? https://github.com/apache/datafusion-sqlparser-rs/blob/64f4b1fa2b47f957b1c8d39c3c54b0380daa32b8/tests/sqlparser_mssql.rs#L2565-L2580 -- 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]
