You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: