When a collection is being updated, we call clean.js to delete all records from the db before creating them from scratch for the update. We are not currently unlinking the large object when we do this. This will cause an accumulation of orphaned large objects.
I think we should add a call to lo_unlink in clean.js.
When a collection is being updated, we call clean.js to delete all records from the db before creating them from scratch for the update. We are not currently unlinking the large object when we do this. This will cause an accumulation of orphaned large objects.
I think we should add a call to lo_unlink in clean.js.