https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42001

--- Comment #22 from Kyle M Hall (khall) <[email protected]> ---
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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to