[Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 8 16:04:30 CEST 2021


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

--- Comment #87 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 122680
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122680&action=edit
Bug 25078: Fix encoding issue with db_revs output

>From `perldoc -f open`:

The scalars for in-memory files are treated as octet strings: unless the
file is being opened with truncation the scalar may not contain any code
points over 0xFF.

So $out need to be decoded first in order to be used in other Perl
strings

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list