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

R::transaction(callable) starts a transaction in Fluid Mode #922

Closed
Jemt opened this issue Mar 11, 2023 · 1 comment
Closed

R::transaction(callable) starts a transaction in Fluid Mode #922

Jemt opened this issue Mar 11, 2023 · 1 comment

Comments

@Jemt
Copy link

Jemt commented Mar 11, 2023

R::begin() does not start a transaction in Fluid Mode.

R::transaction(callable) on the other hand does, often resulting in the "There is no active transaction" error, because the database automatically commit changes to the schema, causing the last commit after the callable to produce the error.

@gabordemooij
Copy link
Owner

Thanks for reporting this.

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

No branches or pull requests

2 participants