-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: support DECLARE cursor WITH HOLD #77101
Copy link
Copy link
Closed
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-tools-aws-dmsBlocking support for AWS Database Migration ServiceBlocking support for AWS Database Migration ServiceC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)X-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.v25.2.0-prerelease
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-tools-aws-dmsBlocking support for AWS Database Migration ServiceBlocking support for AWS Database Migration ServiceC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)X-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.v25.2.0-prerelease
Split off from #41412
WITH HOLD support allows keeping a cursor open for longer than a transaction by writing its results into a buffer.
postgres docs on declare.
Epic CRDB-11397
Jira issue: CRDB-13412