https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42001 --- Comment #30 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205160 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205160&action=edit Bug 42001: (QA follow-up) Check database operations succeed in the atomicupdate The atomicupdate reported every operation as a success with a bare 'say' without checking that the database operation worked. This patch checks the return value of each $dbh->do, reporting say_success on success and say_failure with the error string on failure, matching the pattern used by the bug 41297 atomicupdate. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.