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

Support the SQLAlchemy 2.0 DeclarativeBase models #1215

Merged
merged 27 commits into from
Aug 31, 2023

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    0150152 View commit details
    Browse the repository at this point in the history
  2. Remove pdm-python file

    pamelafox committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7d0f5e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d073fa6 View commit details
    Browse the repository at this point in the history
  4. Support MappedAsDataClass

    pamelafox committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    5ff15bc View commit details
    Browse the repository at this point in the history
  5. Update should check

    pamelafox committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8d78e37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41fdd5d View commit details
    Browse the repository at this point in the history
  7. Remove redundant test

    pamelafox committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    31e8e2c View commit details
    Browse the repository at this point in the history
  8. Updates to docs

    pamelafox committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b536d28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af5096d View commit details
    Browse the repository at this point in the history
  10. Update sqlalchemy version

    pamelafox committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a8da619 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3a30c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Fix tests

    pamelafox committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    73e0206 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Addressing docs note

    pamelafox committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2c3650a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7610ea7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 11, 2023

  1. Add disable_autonaming

    pamelafox committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1bbd722 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

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

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    d8c31ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89485b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f4c180 View commit details
    Browse the repository at this point in the history
  4. Update README

    pamelafox committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    caee46a View commit details
    Browse the repository at this point in the history
  5. Style and sphinx checks

    pamelafox committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6d7a7e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d877e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2db216 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Add test for declared_attr

    pamelafox committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cf4170a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Make suggested typing fix

    pamelafox committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    fe9e4de View commit details
    Browse the repository at this point in the history
  2. Adjusted to work in 3.8

    pamelafox committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    fdeec1d View commit details
    Browse the repository at this point in the history