t8y2 opened a new pull request, #2451: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2451
Adds SQL Server cursor options following the `CURSOR` keyword: - `LOCAL` and `GLOBAL` scope - `FAST_FORWARD` cursor behavior For example, `DECLARE report_cursor CURSOR LOCAL FAST_FORWARD FOR SELECT ...` now parses and round-trips while the syntax remains MSSQL-specific. Reference: https://learn.microsoft.com/en-us/sql/t-sql/language-elements/declare-cursor-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]
