-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I have truncation strategy set (also clean_with(:truncation)). Nothing is being cleaned. I think this is a bug. See:
Here one is initiating an array, which in my case is empty, as I'm not setting the option (anyways, there are no tables in a key-value store). Anyway, look at the following code:
Here one sets the condition on the @tables_to_exclude
variable directly. This will always be true, as the variable is not nil (empty array is not a negative condition).
Metadata
Metadata
Assignees
Labels
No labels