Skip to content

MSSQL: Support cursor scope and FAST_FORWARD options - #2451

Open
t8y2 wants to merge 1 commit into
apache:mainfrom
t8y2:dev/mssql-cursor-options
Open

MSSQL: Support cursor scope and FAST_FORWARD options#2451
t8y2 wants to merge 1 commit into
apache:mainfrom
t8y2:dev/mssql-cursor-options

Conversation

@t8y2

@t8y2 t8y2 commented Aug 22, 2026

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant