https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24574
--- Comment #13 from Rudolf Byker <[email protected]> --- (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. _______________________________________________ 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/
