https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37657
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Martin Renvoize <[email protected]> --- Trivial, clear, meaningful patch that certainly reduced memory footprint and increased speed for these scripts. Going straight for Passing QA. I don't entirely understand why C4::Context->dbh isn't just a passthrough for Koha::Database->dbh at this point.. I can't really see why you'd want a Schema loaded when you're clearly only asking for the database handle back... one for another bug though that. -- 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/
