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

Open
wants to merge 19 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 social login not connecting issue found while testing example program code (for example-pyramid)
    - Fixed issue with social connection termination (for example-cherrypy, example-tornado, example-webpy)
    - Added local_settings.py.template file to some example folders to make it easier to create local_settings.py files
    - Fixed import errors found in several examples
    이지호 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    93b4de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e063508 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. 1st PEP 8 fix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    55c7d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96aa71b View commit details
    Browse the repository at this point in the history
  3. 2nd pep8 fix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    010a756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4d595c View commit details
    Browse the repository at this point in the history
  5. PEP8 working

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    830c7a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a509d64 View commit details
    Browse the repository at this point in the history
  7. PEP8 2nd working

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a60326a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbc3d62 View commit details
    Browse the repository at this point in the history
  9. E203 fix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5cc7e50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b5c162 View commit details
    Browse the repository at this point in the history
  11. PEP8 working

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    52771ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5afd8b View commit details
    Browse the repository at this point in the history
  13. E203 fix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    870463c View commit details
    Browse the repository at this point in the history
  14. error fix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    7e1db9f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0caca54 View commit details
    Browse the repository at this point in the history
  16. error fix

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