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

Add :allow_stale option for Repo.{insert, update, delete} #4482

Merged
merged 5 commits into from
Aug 11, 2024

Conversation

v0idpwn
Copy link
Member

@v0idpwn v0idpwn commented Aug 11, 2024

Closes #4481.

@v0idpwn v0idpwn changed the title Add :allow_stale option Add :allow_stale option for Repo.update and Repo.delete Aug 11, 2024
lib/ecto/repo.ex Outdated Show resolved Hide resolved
lib/ecto/repo.ex Outdated Show resolved Hide resolved
Copy link
Member

@josevalim josevalim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just nits to the docs and ship it :)

v0idpwn and others added 3 commits August 11, 2024 14:38
Co-authored-by: José Valim <[email protected]>
Co-authored-by: José Valim <[email protected]>
Co-authored-by: José Valim <[email protected]>
@v0idpwn v0idpwn changed the title Add :allow_stale option for Repo.update and Repo.delete Add :allow_stale option for Repo.{insert, update, delete} Aug 11, 2024
@v0idpwn v0idpwn merged commit 43febbd into master Aug 11, 2024
6 checks passed
@v0idpwn v0idpwn deleted the feat/allow-stale branch August 11, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve support for soft deletes
2 participants