http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12608 Bug ID: 12608 Summary: Replace use of DBI with DBIx::Class throughout Koha Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Now that we have DBIx::Class, we should use it wherever possible. Long term steps: 1) Replace all DBI inserts and deletes with DBIC creates and deletes 2) Replace all DBI selects with DBIC searches using DBIx::Class::ResultClass::HashRefInflator to return hashrefs for compatibility 3) Move logic from perl modules into Result and ResultSet classes wherever possible and sensible. -- You are receiving this mail because: You are watching all bug changes.