> Apparently everything works fine, but from the postgres log I see that:
> - the deleted object has not been deleted, but its parent_id column
> has been nullified (if I recall properly you said this, because only
> the update has been cascaded, not a delete, so I may expect this);
> - the ot
> Apparently everything works fine, but from the postgres log I see that:
> - the deleted object has not been deleted, but its parent_id column
> has been nullified (if I recall properly you said this, because only
> the update has been cascaded, not a delete, so I may expect this);
Yep, you