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

Promote ExecuteUpdate/Delete from relational to core #31052

Closed
roji opened this issue Jun 7, 2023 · 0 comments · Fixed by #34257
Closed

Promote ExecuteUpdate/Delete from relational to core #31052

roji opened this issue Jun 7, 2023 · 0 comments · Fixed by #34257
Labels
area-bulkcud closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported type-enhancement
Milestone

Comments

@roji
Copy link
Member

roji commented Jun 7, 2023

We introduced ExecuteUpdate/Delete at the relational layer. However, there are non-relational database which support filter-based updating, specifically MongoDB (DeleteMany, UpdateMany), and possibly others.

@ajcvickers ajcvickers added this to the Backlog milestone Jun 19, 2023
@ajcvickers ajcvickers self-assigned this Jul 5, 2023
@ajcvickers ajcvickers modified the milestones: Backlog, 9.0.0 Jan 4, 2024
@ajcvickers ajcvickers removed this from the 9.0.0 milestone Jul 1, 2024
@ajcvickers ajcvickers added this to the 9.0.0 milestone Jul 7, 2024
@ajcvickers ajcvickers added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed consider-for-current-release labels Jul 20, 2024
ajcvickers added a commit that referenced this issue Jul 22, 2024
…can implement (#34257)

* Move ExecuteUpdate/ExecuteDelete to core so non-relational providers can implement

Fixes #31052

* Move dispatch to core
@ajcvickers ajcvickers modified the milestones: 9.0.0, 9.0.0-preview7 Aug 21, 2024
@ajcvickers ajcvickers removed their assignment Aug 31, 2024
@roji roji modified the milestones: 9.0.0-preview7, 9.0.0 Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-bulkcud closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants