guan404ming opened a new pull request, #2202: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2202
## Why The MSSQL THROW statement was missing from the sqlparser, preventing parsing of T-SQL error handling code. ## How - Add THROW keyword and Statement::Throw AST variant with optional error_number, message, state - Add parse_throw() handling both THROW (re-throw) and THROW num, msg, state forms - Add tests for literal args, variable args, and argument-less re-throw -- 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]
