[Koha-bugs] [Bug 24574] Broken MARC records cause "invalid data, cannot decode object" on ISBDdetail and MARCdetail pages.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 22 14:22:03 CEST 2020


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

--- Comment #13 from Rudolf Byker <rudolfbyker at gmail.com> ---
(In reply to David Cook from comment #8)
> One downside of this is that it doesn't account for third-party tools that
> work directly with the database rather than using Koha's import mechanisms.

Wow... is that supported? Because if you support that, you technically have to
make the program robust against every possible database issue, including
missing tables, wrong tables, missing data, wrong data ... the list is endless.
You would have to treat the database as a foreign entity. IMO, properly
supporting an "alien" database like this is intractable in almost any software
project.

Anyway, I agree that errors should be handled properly everywhere, whether it's
painful or not. Some programming languages are just more painful to use than
others...

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


More information about the Koha-bugs mailing list