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

Deprecate update(transaction) and delete(transaction) - migrate to usingTransaction(transaction) #3380

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Apr 1, 2024

Migrate to usingTransaction(transaction) to set the transaction explicitly on a delete or update query.

Migrate from:

query.update(transaction); 

to:

query.usingTransaction(transaction).update();

…ingTransaction(transaction)

Migrate to usingTransaction(transaction) to set the transaction explicitly on a delete or update query.
@rbygrave rbygrave self-assigned this Apr 1, 2024
@rbygrave rbygrave added this to the 14.1.0 milestone Apr 1, 2024
@rbygrave rbygrave merged commit f556e04 into master Apr 1, 2024
1 check passed
@rbygrave rbygrave deleted the feature/deprecate-update-transaction branch April 1, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant