On Sat, Feb 23, 2013 at 10:14:56PM -0800, Bill Moseley wrote:
> On Wed, Feb 20, 2013 at 5:44 AM, Wolfgang Kinkeldei
> <wolfg...@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



_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to