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

pool.end() resolves before the last pool.query() #3254

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    33e0f16 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    009acb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b906051 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fix: context problem

    asadbek2021 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    293cfa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    e81fc3d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix: wait for pool.end()

    Because when you don't pass a callback to .end() it always returns a promise
    asadbek2021 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5e91617 View commit details
    Browse the repository at this point in the history