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

[Feature]: replace ::transact() with ::group() #33

Open
roxblnfk opened this issue Jul 29, 2024 · 0 comments
Open

[Feature]: replace ::transact() with ::group() #33

roxblnfk opened this issue Jul 29, 2024 · 0 comments

Comments

@roxblnfk
Copy link
Member

Is your feature request related to a problem? Please describe.

Meaning of ::transact() method may be not clear.
A programmer may think that method opens a transaction before the callable call and closes after it.
But the method just groups OPRM actions inside using EM transaction mode option. And all the custom SQL queries mill not be included in the same EM's ORM transaction.

Describe the solution you'd like

  • rename ::transact() method to ::group()
  • add a new ::transact() method that will open and close a transaction

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant