Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: support MOVE on cursors #77100

Closed
rafiss opened this issue Feb 27, 2022 · 0 comments · Fixed by #74877
Closed

sql: support MOVE on cursors #77100

rafiss opened this issue Feb 27, 2022 · 0 comments · Fixed by #74877
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@rafiss
Copy link
Collaborator

rafiss commented Feb 27, 2022

Split off from #41412

MOVE support allows advancing the cursor without returning any rows. This should be quite similar to FETCH.

postgres docs on move.

Epic CRDB-11397

Jira issue: CRDB-13411

@rafiss rafiss added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-pgcompat Semantic compatibility with PostgreSQL labels Feb 27, 2022
@rafiss rafiss added this to Triage in SQL Sessions - Deprecated via automation Feb 27, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Feb 27, 2022
@rafiss rafiss moved this from Triage to Longer term backlog in SQL Sessions - Deprecated Mar 1, 2022
@craig craig bot closed this as completed in 49a24b5 Mar 14, 2022
SQL Sessions - Deprecated automation moved this from Longer term backlog to Done Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant