Skip to content

SQL panel should track transactions #89

Open
@lamby

Description

@lamby

I often need to know exactly where we are committing inside a Django view. I've got this working with http://gist.github.com/484450

(Unfortunately, commit() and rollback() are methods of the database connection, not the cursor so we have to track them slightly differently.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions