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

feat: make SQLAlchemy pool class configurable + add tracer to db.py and dbview.py #855

Merged
merged 7 commits into from
Aug 23, 2023

Commits on Aug 18, 2023

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

Commits on Aug 22, 2023

  1. fix: make lint

    thinkh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2366eb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix: use a single with statement

    Fix lint error: SIM117 Use a single `with` statement with multiple contexts instead of nested `with` statements
    thinkh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    81654b1 View commit details
    Browse the repository at this point in the history
  2. fix: make format

    thinkh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    92fd31c View commit details
    Browse the repository at this point in the history
  3. feat: make poolclass configurable

    Default class is QueuePool with default engine options.
    
    If a custom poolclass is set the default engine options are empty and must be set manually.
    thinkh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c87eb3b View commit details
    Browse the repository at this point in the history
  4. fix: import queue pool in root

    thinkh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2870495 View commit details
    Browse the repository at this point in the history
  5. fix: pyright

    thinkh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5c29704 View commit details
    Browse the repository at this point in the history