[Koha-bugs] [Bug 12781] New: DBIx::Class schema should preserve case for column names

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 18 18:08:49 CEST 2014


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

            Bug ID: 12781
           Summary: DBIx::Class schema should preserve case for column
                    names
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Database
          Assignee: gmcharlt at gmail.com
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org

Our current DBIx::Class::Schema::Loader usage is not preserving case for column
names, and thus (the few) column names that contain upper case characters (B_*
for borrower attributes, and limitId for branch_transfer_limits) are not
accesible using DBIx.

This is easily solved configuration-wise. I'll attach the updated schema in a
couple of hours for testing. Once I have regression tests for this.

The problem raised when testing bug 12623.

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


More information about the Koha-bugs mailing list