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@gmail.com Reporter: tomascohen@gmail.com QA Contact: testopia@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.