Skip to content
Snippets Groups Projects
Commit 9763b2b4 authored by Laurent's avatar Laurent
Browse files

Implements Storm_Model_Loader::updateAll

Storm_Model_Loader now handles update request like:

Video::updateAllBy(['support' => 'vhs',
                    'where' => 'year < 2000'],
                   ['support' => 'dvd']);

Also handle like and negative clauses in updateAll and deleteBy
parent b96b5180
No related merge requests found
Pipeline #15696 passed with stage
in 46 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment