-
$this->soft_deletes = true;
This is not affect the count_row function.
Quick fix:
``` php
public function count_rows($where = NULL)`
{
if(isset($where))
{
$this->wh…
-
Currently our S3 FileIO does not support `s3.delete.*` attributes that are used to implement soft-deletion with a custom lifecycle policy.
Follow-up of https://github.com/apache/iceberg-rust/pull/5…
-
**Feature Request**: Provide a server side method to expeditiously delete soft deleted attributes.
Note: This Feature Request is spun out of https://github.com/MISP/MISP/issues/6929#issuecomment-77…
-
**Ricardo Peres** created an issue — 7th September 2011, 10:47:50:
> It would be useful if we could specify a where clause for many to one associations, like there is for one to many.
> The main rea…
-
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATACMNS-293](https://jira.spring.io/browse/DATACMNS-293?redirect=false)** and commented
When working…
-
I'm trying to set this up like in the Web UI:
![image](https://github.com/user-attachments/assets/89d8f352-5198-416c-82ae-fbff31ec7890)
It seems like these settings are the most appropriate:
…
-
Hi, there is currently no way to remove a soft deletes scope from "through parent" model when using a hasManyThrough relationship. Would it be a good idea for the relationship to accept another argume…
-
### Is your feature request related to a problem? Please describe.
Uploading a dataset to the Hub comprises multiple, independent steps. The first step creates an entry in our database, whereas any s…
-
# Problem
It would be great to have a configuration option to tell the rollup process not to delete an existing value in the target field if there is nothing to roll up. Essentially saying "if you ha…
-
**Is your feature request related to a problem? Please describe.**
**Describe the solution you'd like**
There are several proposed solutions:
1. Default to soft-deletes and have an API for hard…