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

Add support for SQLAlchemy 2.0 #249

Closed
wants to merge 16 commits into from
Closed

Commits on Mar 1, 2023

  1. add support for sqlalchemy2

    rbuffat committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    aeced78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6cdc9e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    7e566af View commit details
    Browse the repository at this point in the history
  2. expand test matrix

    rbuffat committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    962531f View commit details
    Browse the repository at this point in the history
  3. require py 3.9 for dataclass

    rbuffat committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    cb3ae35 View commit details
    Browse the repository at this point in the history
  4. fix sqlalchemy 1.4

    rbuffat committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    2efec56 View commit details
    Browse the repository at this point in the history
  5. fix test

    rbuffat committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7154e08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f596eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    790f98c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    f454869 View commit details
    Browse the repository at this point in the history
  2. add py 3.11

    rbuffat committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    a18d600 View commit details
    Browse the repository at this point in the history
  3. fix precommit issues

    rbuffat committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5ea20c8 View commit details
    Browse the repository at this point in the history
  4. install sqlmodel

    rbuffat committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    892a98c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbfacf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5b6947 View commit details
    Browse the repository at this point in the history