[Dbix-class] [ANNOUNCE] A much faster DBIx::Class public trial round two - v0.08241

Bill Moseley moseley at hank.org
Sun Feb 24 06:14:56 GMT 2013


On Wed, Feb 20, 2013 at 5:44 AM, Wolfgang Kinkeldei
<wolfgang at kinkeldei.de>wrote:

>
> The error message reported reads:
>
> "DBIx::Class::ResultSet::all(): Inflation into non-existent relationship
> 'concept' of 'Subelement' requested, check the inflation specification
> (columns/as) ending in '...concept.concept_id' "
>
>
Just FYI,

$VERSION =3D '0.08241';

I'm seeing the same error:

DBIx::Class::ResultSet::first(): Inflation into non-existent relationship
'external_authentications' of 'Assignment' requested, check the inflation
specification (columns/as) ending in '...external_authentications.md5key'


In my case changing from this:

            '+columns' =3D> ['external_authentications.md5key'],

to this fixed it:

            '+select' =3D> ['external_authentications.md5key'],
            '+as' =3D> ['md5key'],




-- =

Bill Moseley
moseley at hank.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class/attachments/20130223/036=
aeac9/attachment.htm


More information about the DBIx-Class mailing list