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

Asynchronous query cancellation (via Ctrl+C) does not work [CORE2837] #3223

Closed
firebird-automations opened this issue Feb 1, 2010 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Run following query in isql :

execute block as
begin
while (1=1) do begin end
end

and press Ctrl+C. The query execution should be cancelled with message

Statement failed, SQLSTATE = HY008
operation was cancelled

but this is not happen

Commits: e8ea250 5146487

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC2 [ 10372 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

summary: Asynchronous query cancellation (via Ctrl+C) is not worked => Asynchronous query cancellation (via Ctrl+C) does not work

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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