-
Currently, all deletes are good and proper Deletions.
This imposes quite a bit of risk for moderator activities, causes confusion and frustration for maintainers, and blocks us from implementing so…
-
Soft deletes are commonplace in many data scenarios. This can be done with Coalesce, but the build in functionality for deletes does an actual delete.
It would be nice to be able to mark a class as u…
-
**Is your feature request related to a problem? Please describe.**
I have found myself adding the following fields to pretty much all of my objects in Serverpod and it would be nice if this were some…
-
Rules should support soft-deletes much like alerting configs do.
This is known to fix a few issues:
https://github.com/grafana/grafana/issues/49779
This could also help in the scheduler logic, …
-
It could be nice to add this kind of feature to core, so you get filtered views without cluttering up your application queries
Open questions:
- Would it be slow to add this filter to all querie…
-
I found an issue with Soft Delete (https://laravel.com/docs/5.5/eloquent#soft-deleting)
The pagination returns "total" property which includes records with "deleted_at" attribute.
Is it a bug, or …
-
**Issue type:**
[ ] question
[ ] bug report
[ ] feature request
[X] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
I would like to delete posts or categories permanently, as they are currently only soft deleted. Right now, deleting an item only adds a date to the deleted_at column in the database without actually …
-
From discord:
Hello everyone!
We’ve encountered a couple of issues while working with StarRocks and Lakekeeper:
1. Error when deleting a database (The full error message is attached):
When tryin…
-
`historyOf()` for soft deleted models fails
Consider adding an optional parameter, or perhaps another version of the function to allow `withTrashed()`