Skip to content

Transactions not being passed to dapper #113

@rmedcalf

Description

@rmedcalf

I have a filter in my API that handles transactions automatically. It starts a transaction on any POST, DELETE, PUT, request. At the end of the request it commits it if no errors, otherwise rolls back.

So any of the extension methods that I use, whether it's a .Get(), .First(), or an .Insert() or .Update() it throws an error saying that a transaction is required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions