Re: [PR] Add `DECLARE ... CURSOR FOR` support for SQL Server [datafusion-sqlparser-rs]

2025-04-24 Thread via GitHub
iffyio merged PR #1821: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1821 -- 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: github-unsubscr

[PR] Add `DECLARE ... CURSOR FOR` support for SQL Server [datafusion-sqlparser-rs]

2025-04-23 Thread via GitHub
aharpervc opened a new pull request, #1821: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1821 This PR adds support for declaring cursors on queries for SQL Server ([docs](https://learn.microsoft.com/en-us/sql/t-sql/language-elements/declare-cursor-transact-sql)) Eg, thi