[Bug 22549] New: We should really leverage the power of DBIx::Class::ResultSetColumn in Koha::Objects
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22549 Bug ID: 22549 Summary: We should really leverage the power of DBIx::Class::ResultSetColumn in Koha::Objects Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- calling get_column on a Koha::Objects object, we currently throw away the ResultSetColumn object and instead call ->all upon it internally to return a simple array of values instead of giving us a ResultSetColumn object back. We're then forced to do calculations either in perl or be working around the lack of ResultSetColumn. I've seen cases for 'min', 'max', 'sum' and 'as_query' at the very least. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org