https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- <Joubu> About 23070, not sure I will manage to rephrase it :) <Joubu> ->store will check the default values (triggering Koha::Object->store), and also do some stuffs (like logging, etc.) <Joubu> But in some cases (like the one we have on 23070), we know that it won't be necessary. The +1 query will not need the default values check or anything else, we just want to increment a value in DB. <Joubu> That a good example to let people use ->update directly, even if it should considered as a not recommended method <Joubu> And QA will have to be careful about that -- You are receiving this mail because: You are watching all bug changes.