https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42001 --- Comment #22 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 201372 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201372&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> -- You are receiving this mail because: You are watching all bug changes.