-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Server Bi-directional cursors [CORE803] #1189
Comments
Modified by: @dyemanovassignee: Dmitry Yemanov [ dimitr ] |
Modified by: @pcisarWorkflow: jira [ 10827 ] => Firebird [ 15259 ] |
Commented by: BGoebel (a2b2) ...to be more precise this feature is listed under F431 Read-only scrollable cursors - - It's an basic SQL 92 feature: DECLARE <cursorname> SCROLL CURSOR FOR <cursor specification> |
Modified by: @dyemanovFix Version: 3.0 Alpha 1 [ 10331 ] |
Modified by: @dyemanovstatus: Open [ 1 ] => In Progress [ 3 ] |
Commented by: @dyemanov Scrollability for PSQL cursors will be available in v3.0 Alpha 1 with the aforementioned syntax. Scrollability at the DSQL/API level (for regular SELECTs) will be introduced in the new OO API interfaces, but the underlying implementation will be done for Beta. |
Modified by: @dyemanovstatus: In Progress [ 3 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 3.0 Alpha 1 [ 10331 ] Fix Version: 3.0 RC2 [ 10048 ] => |
Submitted by: @pcisar
Votes: 8
SFID: 807918#
Submitted By: pcisar
Enable Bi-directional cursors for server processing
The text was updated successfully, but these errors were encountered: