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

Avoid dangling task-local connections after Database.disconnect() #211

Merged
merged 4 commits into from
Sep 9, 2021

Commits on May 28, 2020

  1. Avoid dangling task-local connections after Database.disconnect()

    This change forces initialization of a new Connection if we connect() again.
    vmarkovtsev committed May 28, 2020
    Configuration menu
    Copy the full SHA
    745714a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    ddb99be View commit details
    Browse the repository at this point in the history
  2. Update core.py

    aminalaee committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    5fae7e0 View commit details
    Browse the repository at this point in the history