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

--- Comment #12 from Saiful Amin <[email protected]> ---
(In reply to Jonathan Druart from comment #11)
> If we consider that it is a data migration issue I think we should start
> writing a script to catch them.
> 
> See also bug 20509.
> 
> We cannot deal everywhere with such inconsistency, and if we do it in this
> script, we need to do it everywhere else.
> 
> I would prefer to see a misc script searching for any kinds of data
> inconsistency in DB. We will then improve it incrementally.

Separate script idea to check data inconsistency is good one. It will save lot
of time in fixing issues, such as missing foreign keys.

I still don't think scripts should break on missing/bad data. For example, I've
observed that bulkmarcimport.pl breaks if 245$c contains Arabic date. Ideally,
it should warn and skip the record if it can't process the data. I'm not sure
if this is by design.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to