unframed / JSONModel.php

"People love ORMs"
GNU Lesser General Public License v3.0
28 stars 1 forks source link

Update relations by set of primary keys #6

Closed laurentszyster closed 9 years ago

laurentszyster commented 9 years ago

Updating a given set of relations at once is very practical when processing batches.

$model->update($values, array(
    'in' => array($model->primary, $model->select())
));

This is an issue pushed down to SQLAbstract.

laurentszyster commented 9 years ago

Implemented by https://github.com/unframed/SQLAbstract.php/commit/a75120b57c3614aeee4091342a7be304f866fe64