We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey 👋 ,
dry-operation is simply great. Thank you. I would need the possibility to pass the opts to the transaction:
I.e.
def call transaction(savepoint: true, auto_savepoint: true) do step create_record step failure end end
What do you think? Is there a reason why they are not yet available? It is possible with the sequel extension.
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you, @wuarmin 🙏
Yeah, there's a reason for that. If I'm correct, we'd first need to do some changes in rom itself. Please, see #15 (comment)
Sorry, something went wrong.
No branches or pull requests
Hey 👋 ,
dry-operation is simply great. Thank you.
I would need the possibility to pass the opts to the transaction:
I.e.
What do you think? Is there a reason why they are not yet available? It is possible with the sequel extension.
Thanks!
The text was updated successfully, but these errors were encountered: