Skip to content
Snippets Groups Projects
Commit c6c8e371 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
Branches
1 merge request!37Implements Storm_Model_Loader::updateAll
Pipeline #15703 passed with stage
in 23 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