27 Jun
2016
27 Jun
'16
9:11 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16797 --- Comment #15 from Fridolin SOMERS <fridolin.somers@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.