3 Nov
2020
3 Nov
'20
6:17 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26172 --- Comment #49 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- So.. I've tested my hypothesis and your version does indeed result in 2 additional DB calls (the subselect being executed independently).. However, it does not change performance in any meaningful way (I benchamarked it).. So.. for consistency and to be more Koha::Object like, not having to reach inside dbic guts to much I would take your approach. Thanks for the followup :) -- You are receiving this mail because: You are watching all bug changes.