3 Apr
2020
3 Apr
'20
4:46 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24975 --- Comment #9 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Martin Renvoize from comment #7)
2/ You switch from Koha::Object classes to plain DBIx ResultSets.. was that deliberate and if so can you explain why (I'm betting it was a performance perspective?)
(pasting my answer on IRC here for reference:) I had performance in mind (but i did not measure it), but also, some parts of Koha use DBIx::Class directly, so by putting the code at DBIX::Class level it should work whether you use dbix::class or koha::objects. Thanks for testing :) -- You are receiving this mail because: You are watching all bug changes.