Bug 16961: Add Koha::Objects->update
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Jul 2016 12:56:36 +0000 (13:56 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Sun, 25 Sep 2016 15:46:39 +0000 (15:46 +0000)
commit5e0f55fac841270e159ce230f478f28a2ff12d91
tree0e4ec5eb03768c3585d9e9298b5596d3fd02ba92
parent82af4da8113881fcaece13537eb3e2a7ee1a0879
Bug 16961: Add Koha::Objects->update

In order to update several rows in a single query, we need this new
method.

Test plan:
Confirm that the changes in Objects.t make sense and that the tests
pass.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Test passed successfully

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Objects.pm
t/db_dependent/Koha/Objects.t