[Feature Proposal] ActiveRecord update_all/delete_all support use sql's returning clause statements

:tomato: [Feature Proposal] Atomic Update and Select

Please let me know if this meets you rneeds

I found the inconsistent return types to make me want to implement a different method

User.select(:id).delete_all_returning

Well, I implemented update_all_returning but assume the interface would be similar