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
All hooks should run within a transaction, and create a new transaction if none exists already.
The text was updated successfully, but these errors were encountered:
All hook code should run within a transaction along with the main sequelize code (if this is possible with current Sequelize hooks API).
Problem is that with the hooks, an action runs multiple SQL statements, but consistency cannot be guaranteed.
Sorry, something went wrong.
No branches or pull requests
All hooks should run within a transaction, and create a new transaction if none exists already.
The text was updated successfully, but these errors were encountered: