Bulk update
Bulk update
Any simple query can be transformed to update
query. The new update query will use the where
clause as parameter for the update.
Bulk delete
Same apply for DELETE query.
Beware: Bulk update and delete do not trigger any model lifecycle hook. Proceed with care.
Last updated