19 Aug
2021
19 Aug
'21
2:46 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28700 --- Comment #9 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Andrew Nugged from comment #6)
will it lead sometimes to +1 SQL request which is not so fast... but this method used intensively all around?
It will do a fetch, but it's what we want I think. When an object is stored (added or modified) and we want to log what has been modified, I guess we want to log what has been effectively stored in the DB (like we have trigger in some ->store methods, or the default values defined at schema level). -- You are receiving this mail because: You are watching all bug changes.