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

upgrade to support SQLAlchemy 1.4 #1

Open
wants to merge 4 commits into
base: mysql
Choose a base branch
from

Commits on Jul 16, 2021

  1. restrict SQLAlchemy to versions before 1.4

    Fixes "Can't operate on closed transaction inside context manager." error on file save.
    The code uses old-style connections.
    asadurski authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    b392240 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. IPython compatibility patch

    asadurski committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6e4f818 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. pin SQLAlchemy version

    asadurski committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a899035 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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