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

Update pgsql/index.js query() Catch Block #555

Merged
merged 3 commits into from May 6, 2020
Merged

Commits on May 4, 2020

  1. Update pgsql/index.js query() Catch Block

    The catch block within the query method of index.js did not release clients back to the connection pool. This resulted in clients not being released back to the pool after a failed query, and therefore becoming unusable or dead clients.
    EdwardChapman committed May 4, 2020
    Configuration menu
    Copy the full SHA
    42bfdf8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Apply suggestions from code review

    Co-authored-by: Matheus Teixeira <matheus.mtxr@gmail.com>
    EdwardChapman and mtxr committed May 6, 2020
    Configuration menu
    Copy the full SHA
    ef162c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7711b9 View commit details
    Browse the repository at this point in the history