[Koha-bugs] [Bug 20271] Merge deletedbiblio* and deleteitems tables with their "alive" cousins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 27 12:49:34 CEST 2018


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

--- Comment #20 from Ere Maijala <ere.maijala at helsinki.fi> ---
I think the OAI-PMH provider should now be changed to return all records in a
single pass. It was built to return deleted records separately because that was
much faster than joining tables on the fly, but when deleted and non-deleted
records are in the same table this complication is not needed anymore. I think
the whole ListBase class could be removed in this case.

Please let me know if you'd rather let me do the relevant changes in the OAI
classes.

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


More information about the Koha-bugs mailing list