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

Handle SQL cancel command and errors properly #209

Closed
Tracked by #343
mostafa opened this issue Mar 18, 2023 · 1 comment · Fixed by #245
Closed
Tracked by #343

Handle SQL cancel command and errors properly #209

mostafa opened this issue Mar 18, 2023 · 1 comment · Fixed by #245
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mostafa
Copy link
Member

mostafa commented Mar 18, 2023

Currently cancelling a command or receiving an error from server makes client (psql) unresponsive.

One of the reasons behind this is the lack of bidirectional communication, which was resolved in #344 (#32). Other possible reasons should be investigated.

@mostafa mostafa self-assigned this Mar 18, 2023
@mostafa mostafa added the bug Something isn't working label Mar 18, 2023
@mostafa mostafa added this to the v0.6.x milestone Mar 18, 2023
@mostafa mostafa changed the title Handle SQL cancel command properly Handle SQL cancel command and errors properly Mar 18, 2023
@mostafa mostafa linked a pull request May 20, 2023 that will close this issue
@mostafa mostafa modified the milestones: v0.6.x, v0.8.x Sep 29, 2023
@mostafa mostafa reopened this Sep 29, 2023
@mostafa mostafa mentioned this issue Sep 30, 2023
4 tasks
@mostafa
Copy link
Member Author

mostafa commented Oct 18, 2023

Fixed in #344.

@mostafa mostafa closed this as completed Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant