-
Couldn't load subscription status.
- Fork 542
DeleteWithPrefix support for SQLite #3265
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
Conversation
Signed-off-by: Ryan Lettieri <[email protected]>
Signed-off-by: Ryan Lettieri <[email protected]>
Signed-off-by: Ryan Lettieri <[email protected]>
Signed-off-by: Ryan Lettieri <[email protected]>
Signed-off-by: Ryan Lettieri <[email protected]>
Signed-off-by: Ryan Lettieri <[email protected]>
Co-authored-by: Alessandro (Ale) Segala <[email protected]> Signed-off-by: Ryan Lettieri <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cert tests for SQLite are failing: https://github.com/dapr/components-contrib/actions/runs/7213589568/job/19653804608?pr=3265
Signed-off-by: Alessandro (Ale) Segala <[email protected]>
Also added script to update the artifact in the future Signed-off-by: ItalyPaleAle <[email protected]>
…o delete-actor-supprt
Signed-off-by: Ryan Lettieri <[email protected]>
|
LGTM, thanks @RyanLettieri ! |
The feature is not landing in Dapr 1.13 so removing the code from the SQLite component to avoid adding a migration we are not (yet) going to be using. This PR **partially** reverts dapr#3265 (at least, the parts related to the component itself) After this PR is merged, I'll open a PR *reverting this PR* that can be slated for 1.14 Signed-off-by: ItalyPaleAle <[email protected]>
The feature is not landing in Dapr 1.13 so removing the code from the SQLite component to avoid adding a migration we are not (yet) going to be using. This PR **partially** reverts dapr#3265 (at least, the parts related to the component itself) After this PR is merged, I'll open a PR *reverting this PR* that can be slated for 1.14 Signed-off-by: ItalyPaleAle <[email protected]>
Description
Added in optional interface for state stores to allow for deletion of actor state.
Implemented this functionality inside sqlite as a proof of concept.
Related to: dapr/dapr#7223
Related to: #3262
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[3262]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: