[Koha-bugs] [Bug 24975] Refactor database translations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 3 16:46:55 CEST 2020


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

--- Comment #9 from Julian Maurice <julian.maurice at 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.


More information about the Koha-bugs mailing list