http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8798 --- Comment #90 from Galen Charlton <gmcharlt@gmail.com> --- (In reply to Paul Poulain from comment #89)
I think we should focus on getting DBIx::Class::Schema::Loader support ready, including sussing out any necessary schema updates and dealing with the DBIx::Class maintainer's recommendation to not use DBIC_DONT_VALIDATE_RELS. I think for the moment code that exercises DBIx::Class can rely on $schema->resultset('Table'), although if people have a real problem with the length of that construct, I think some AUTOLOAD magic would be preferable to manually maintaining an extra layer of DB access classes. what do you mean by "length of that construct" ? it's slow (length=duration) ? verbose ? something else ?
I mean verbosity, i.e., the textual length. -- You are receiving this mail because: You are watching all bug changes.