IgnoreVersionControl is not Set for Update / Delete Commands

Looks like IgnoreVersionControl is not set for update / delete commands.

I need VersionControl for my entity in regular cases.
But there is one operation, where VersionControl has to be deactivated at all.

I was trying to handle this by creating my own ObjectManager-Class, so that I can access IgnoreVersionControl.
But I continue getting VersionControl-Exceptions...

Thank you for reporting. We have fixed the code to set IgnoreVersionControl property of both TUpdater and TDeleter when they are created.