[Koha-bugs] [Bug 11891] New: Make Koha::Schema use C4::Context->dbh

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 4 19:32:27 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11891

            Bug ID: 11891
           Summary: Make Koha::Schema use C4::Context->dbh
 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

Right now there is no connection between the database handles used by
C4::Context::dbh and Koha::Datbase/Schema. This makes it impossible to use
transactions in unit tests to temporarily modify the database to test
subroutines that take advantage of Koha::Database. This patch fixes that issue.

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


More information about the Koha-bugs mailing list