Bulk update/delete

Options
Ability to update and delete records without looping would be great.  Basically, instead of querying first then loop through each record, be able to specify what fields to be updated based on a set of conditions.

Doing so will eliminate the steps to transform records from the query into a list of objects, then performing operations on them.  It will just be one database operation, which is much quicker.

Comments