[Koha-bugs] [Bug 28306] Allow to query database with minimal memory footprint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 31 14:06:16 CEST 2021


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

--- Comment #17 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 124274
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124274&action=edit
Bug 28306: Fix t/db_dependent/Koha/Objects.t

It looks like a circular dependency problem where methods are
not exported correctly

There is at least one circular dependency here:

    C4::Context -> Koha::Caches -> Koha::Cache -> C4::Context
    (-> means "uses")

The tests pass if C4::Context is loaded early, so the patch does that.

Circular dependencies should be fixed ideally, but it is a little
more complicated, and I don't have the time right now...

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


More information about the Koha-bugs mailing list