[Koha-bugs] [Bug 11096] Koha cannot retreive big records from Zebra

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 17 08:21:55 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Patch doesn't apply
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #10 from Chris Cormack <chris at bigballofwax.co.nz> ---
Tomás, the second patch conflicts here

<<<<<<< HEAD
        my $marcrecord = eval { MARC::File::USMARC::decode( $marcresults->[$i]
); };
        if ( $@ ) {
            warn "ERROR DECODING RECORD - $@: " . $marcresults->[$i];
            next;
        }

=======
        my $marcrecord = MARC::Record->new_from_xml(
            $marcresults->[$i],
            'UTF-8'
        );
>>>>>>> Bug 11096: force XML syntax for Zconn

I think because the eval was recently introduced, should we be evaling for
new_from_xml or does it handle errors better than MARC::File::USMARC::decode
does?

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


More information about the Koha-bugs mailing list