https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37895 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 171338 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171338&action=edit Bug 37895: Update skelton.pl to show an example use of coding guideline SQL14 Guideline SQL14 recommends using try/finally blocks to report database modification errors. It would be helpful to update skeleton.pl to use this methodology. Test Plan: 1) Apply this patch 2) Copy skeleton.pl to test.pl 3) Add a bad query to the the $dbh->do({}) line 4) Run updatedatabase.pl 5) Note the error message is displayed 6) Change the bad query to a good query 7) Run updatedatabase.pl 8) Note the success message is displayed! -- You are receiving this mail because: You are watching all bug changes.