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

feat: Add cancelQuery() to PGConnection public interface #1157

Merged
merged 1 commit into from Nov 27, 2019

Commits on Apr 6, 2019

  1. feat: Add cancelQuery() to PGConnection public interface

    Adds cancelQuery() to the extended public interface PGConnection to allow
    for issueing of cancels directly to connections rather than having to keep
    track of individual statements. The internals of the driver and the backend
    server already operate at a connection level (not a statement level) and
    this patch only exposes the existing cancelQuery() method publicly.
    sehrope committed Apr 6, 2019
    Copy the full SHA
    b8f1a2e View commit details
    Browse the repository at this point in the history