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

CURRENT OF support views [CORE1213] #1637

Closed
firebird-issue-importer opened this issue Apr 17, 2007 · 14 comments
Closed

CURRENT OF support views [CORE1213] #1637

firebird-issue-importer opened this issue Apr 17, 2007 · 14 comments

Comments

@firebird-issue-importer
Copy link
Collaborator

Submitted by: Alexander Tyutik (tut)

Is related to QA129

I propose to add CURRENT OF support for views in PSQL.

For example:

...
FOR SELECT ... FROM MY_VIEW INTO ... AS CURSOR VIEW_CURSOR DO
BEGIN
...
DELETE FROM MY_VIEW WHERE CURRENT OF VIEW_CURSOR;
...
END

Commits: 4eed778

@firebird-issue-importer
Copy link
Collaborator Author

Commented by: Alexander Tyutik (tut)

But cursors works with views in other servers without problems. For example i tried WHERE CURRENT OF with view on MS SQL 2000 and it works.

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @dyemanov

issuetype: New Feature [ 2 ] => Improvement [ 4 ]

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.1 Beta 1 [ 10141 ]

Fix Version: 2.1.0 [ 10041 ]

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pcisar

Component: Engine [ 10000 ]

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA129 [ QA129 ]

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11885 ] => Firebird [ 15546 ]

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pmakowski

assignee: Dmitry Yemanov [ dimitr ] => Philippe Makowski [ makowski ]

@firebird-issue-importer
Copy link
Collaborator Author

Commented by: @pmakowski

sorry wrong assign

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pmakowski

assignee: Philippe Makowski [ makowski ] => Dmitry Yemanov [ dimitr ]

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pmakowski

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-issue-importer
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test => Done successfully

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

No branches or pull requests

2 participants