https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24975
--- Comment #9 from Julian Maurice <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
