[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 15:20:46 CEST 2021


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

--- Comment #18 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 124282
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124282&action=edit
Bug 28306: Trying to understand...

Use of uninitialized value $class in sprintf at
/kohadevbox/koha/Koha/Objects.pm line 594.
The method ->dt_from_string is not covered by tests!

Trace begun at /kohadevbox/koha/Koha/Objects.pm line 594
Koha::Objects::AUTOLOAD at /kohadevbox/koha/Koha/Objects.pm line 280
Koha::Objects::filter_by_last_update('Koha::Patrons=HASH(0x55baa017c208)',
'HASH(0x55baa017c178)') called at test.pl line 5

We are hitting AUTOLOAD, however I am not expecting to reach AUTOLOAD as
I am considering dt_from_string() defined in Koha::Objects.

https://perldoc.perl.org/perlsub#Autoloading

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


More information about the Koha-bugs mailing list