Skip to content

Consider making the transaction on insert_rows, update_rows and delete_rows optional #209

@upta

Description

@upta

Is your feature request related to a problem? Please describe.
If you want to provide your own transaction (say, if you updating multiple tables), having the default transaction prevents it.

Describe the solution you'd like
Add a "useTransaction" parameter for each of the methods that defaults to true to retain existing behavior.

Describe alternatives you've considered
Writing the queries manually, but then we lose out on the cleaner interface these methods provide.

Additional context
That's about it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions