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 #4

Open
wants to merge 5 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
    - Fixed issue with social connection termination
    - 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
    b7f0891 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. .pre-commit-config.yaml add

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c1e9a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87752c6 View commit details
    Browse the repository at this point in the history
  3. E501 fix

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