Thanks for your reply and for adding the feature request.
The fact that the Ratings are really a seperate entry in their own table poses the issue I guess, as they’re only really just “related”
That is the fundamental nature of relational databases. Same deal with comments and all sorts of other things in the EE database that are deleted when you delete the entry they’re dependent on. I’m assuming it’s just an oversight that the ratings aren’t deleted.
There’s already an extension that’s part of Rating, so all it would take is to add a ‘delete_entries_loop’ handler to that.
Thank you