https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16797
--- Comment #15 from Fridolin SOMERS <[email protected]> --- (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. _______________________________________________ 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/
