In unversioned feature classes, we can control privileges through Catalog for SELECT, INSERT, UPDATE, DELETE (using any combination).
However, with versioned feature classes, we can only control INSERT, UPDATE, and DELETE as a group (all-or-nothing).
We can't allow INSERTS and UPDATES, yet prevent DELETES.
It would be great if we could prevent just DELETES in versioned feature classes.
Thanks!