[Catalyst] update_or_create problem with Catalyst::Engine::Apache::MP13 and DBIC
Anthony Lincoln
ahlincoln at lbl.gov
Fri May 26 15:32:31 CEST 2006
Okay, thanks. I'll take a second look at that and repost to the other list.
Matt S Trout wrote:
> Tony Lincoln wrote:
>
>>Matt,
>>
>>I appreciate the response. The app is mounting the same perl5 tree from
>>an NFS-mounted filesystem, so I'm pretty sure that all the module
>>versions are the same. And Apache::DBI isn't loaded. The only
>>difference I can see is that the standalone server doesn't seem to use
>>DBIx::Class::Storage. I'll give the other list a try.
>
>
> That's not actually possible; if you're talking to a database with DBIC
> you *always* have a DBIx::Class::Storage::DBI instance (which re-blesses
> itself into an appropriate subclass on first connect) since that's what
> creates your $dbh.
>
> I'm mostly pointing at the other list because the Cat list is often
> high-traffic so some people who might be able to help are more likely to
> be reading the other one :)
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
More information about the Catalyst
mailing list