[Koha-bugs] [Bug 8798] Add the use of DBIx::Class

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 27 13:41:06 CEST 2013


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

--- Comment #90 from Galen Charlton <gmcharlt at 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.


More information about the Koha-bugs mailing list