t8y2 opened a new pull request, #2448: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2448
Adds support for the T-SQL `PROC` abbreviation in both `CREATE PROC` and `CREATE OR ALTER PROC`. The parser gates the syntax through a dialect capability and normalizes the AST display to `PROCEDURE`. Tests also verify that `CREATE PROC` remains MSSQL-specific and that `proc` can still be used as an identifier. Reference: https://learn.microsoft.com/en-us/sql/t-sql/statements/create-procedure-transact-sql -- 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]
