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 support for soft-delete of persistable objects #180

Closed
andyjefferson opened this issue Jan 25, 2017 · 1 comment
Closed

Add support for soft-delete of persistable objects #180

andyjefferson opened this issue Jan 25, 2017 · 1 comment
Milestone

Comments

@andyjefferson
Copy link
Member

This will involve a surrogate column "DELETED" (or user-specified name), with a boolean type (or equivalent), and the store plugin should check for this column being not set when retrieving, and should set it when deleting.

@andyjefferson
Copy link
Member Author

This will need more features in the future. For example, being able to "undelete" a soft-deleted object, being able to permanently delete a soft-deleted object. But for a first pass it is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant