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

SQLAlchemy Panel - log transactional events #1

Merged
merged 2 commits into from Oct 30, 2020

Commits on Oct 22, 2020

  1. SQLAlchemy Panel - log transactional events

    Use the SQLAlchemy Events system to add transactional markers (such as
    `begin`, `commit`, `rollback`) to the debug payload
    
    * redo of Pylons#299
    * closes Pylons#236
    jvanasco committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    8ab8637 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

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