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

Peter Rabbitson rabbit+dbic at rabbit.us
Sun Feb 24 08:56:08 GMT 2013


On Sat, Feb 23, 2013 at 10:14:56PM -0800, Bill Moseley wrote:
> 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 = '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' => ['external_authentications.md5key'],
> 
> to this fixed it:
> 
>             '+select' => ['external_authentications.md5key'],
>             '+as' => ['md5key'],
> 

See the "do not change your code" line at the end of:
http://lists.scsys.co.uk/pipermail/dbix-class/2013-February/011119.html





More information about the DBIx-Class mailing list