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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃獩 Moving to SQLAlchemy 2.0 #540

Merged
merged 10 commits into from
Feb 21, 2024
Merged

Commits on Mar 22, 2023

  1. 馃獩 Added support for SQLAlchemy 2.0

    * Removed support for python 3.7
    * Added common and dialects packages to handle
    the new SQLAlchemy 2.0+
    tarsil committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    6e98885 View commit details
    Browse the repository at this point in the history
  2. 馃 Fix specific asynpg oriented test

    * The connections were hanging sometimes
    during the tests.
    tarsil committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4cc05b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Add python 3.7 back to support

    * Revert changes automatically applied by IDE
    * Fix formatting of CI caused by IDE changes
    * Codebase cleanup for SQLAlchemy 2.0
    * Fix EOL in mkdocs
    tarsil committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    64dd1b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a703d54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deedd13 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Dec 24, 2023

  1. Fix compatibility with SQLAlchemy>=2.0.11

    ansipunk committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    b0ec5b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge pull request #2 from ansipunk/feature/add_sqlalchemy_2

    Fix compatibility with SQLAlchemy>=2.0.11
    tarsil committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4665024 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    a2835c9 View commit details
    Browse the repository at this point in the history
  2. Fix linting and formatting

    tarsil committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c5a5b19 View commit details
    Browse the repository at this point in the history