https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #18 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 152576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152576&action=edit Bug 34064: Remove no_batch_alters option This change removes the no_batch_alters option. When working with real world databases, you really want to use batch alters to group together changes. Otherwise, the output becomes too overwhelming/unwieldy. On real world databases, I'm noticing big discrepancies, although I think most of the time this is a difference in the collation at the column level. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.