[Koha-bugs] [Bug 12608] New: Replace use of DBI with DBIx::Class throughout Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 18 16:40:56 CEST 2014


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 at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list