[Dbix-class] DBIx::Class::Resultset - DBI Exception near PATH
onken at houseofdesign.de
onken at houseofdesign.de
Tue Feb 17 13:26:56 GMT 2009
On Tue, 17 Feb 2009 13:20:31 +0000, Dermot <paikkos at googlemail.com> wrote:
> 2009/2/17 Zbigniew Lukasiak <zzbbyy at gmail.com>:
>
> I don't get the issue if I comment out
>
> file => [ { path => path => $hashref->{'path'} } ]
>
If it's a has_one relationship why do you supply an array ref?
Did you try
file => { path => $hashref->{'path'} } ?
More information about the DBIx-Class
mailing list