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

Binding DB sessions based on SQLAlchemy 1, changing how to declare Base Model classes, and other code modernization #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 24, 2024

  1. Binding DB sessions based on SQLAlchemy 1, changing how to declare Ba…

    …se Model classes, and other code modernization
    
    - DB session binding based on SQLAlchemy 2, Base Model class declaration method change
    - Reflected select, delete code based on SQLAlchemy 2
    - Changed how to declare Model class based on SQLAlchemy 2
    - Added pyproject.toml file after removing setup.py due to the introduction of PEP 517/518
    - Fixed minimum installed version to Python 3.7
    이지호 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9c33e59 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. flake8 add

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    72e3302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e3a0c View commit details
    Browse the repository at this point in the history
  3. flake8 fix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5e259ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0c9a2a View commit details
    Browse the repository at this point in the history
  5. E501 refix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    7c51d71 View commit details
    Browse the repository at this point in the history
  6. E501 refix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c23d1a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e83e3a3 View commit details
    Browse the repository at this point in the history
  8. .pre-commit-config.yaml add

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b5ececd View commit details
    Browse the repository at this point in the history