[Koha-bugs] [Bug 16797] errors in UNIMARC complet sample authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 27 10:11:34 CEST 2016


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

--- Comment #15 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
(In reply to M. Tompsett from comment #14)
> 
> -- Once you get "two" patches which handle the constraint issues and contain
> what you believe is correct. Could you add a third which turns all the
> single inserts into a multi-value insert, at least for the blocks (eg. FA,
> whatever else...)? Thanks for the efforts. :)

You mean : 
INSERT INTO table
(c1, c2, c3)
VALUES
(1, 'bla', 0),
(2, 'bla', 1);

Does it make a performance difference ?

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


More information about the Koha-bugs mailing list