[Catalyst] update_or_create problem with Catalyst::Engine::Apache::MP13 and DBIC

Brandon Black blblack at gmail.com
Sat May 27 17:32:00 CEST 2006


On 5/26/06, Matt S Trout <dbix-class at trout.me.uk> wrote:
> Yeah, have a look at DBIx::Class::Schema::Loader which is a much
> cleaner, more DBIC-ish design - DBIx::Class::Loader was a fast port of
> Class::DBI::Loader when DBIC was just getting started, and uses the
> DB.pm connection-as-classdata API which will eventually become
> CDBICompat-only.

I'd be very interested to see if DBIx::Class::Schema::Loader works at
all on your [Anthony's] Oracle installation (or anyone else's).

It just *might* actually work out of the box with only the caveat of
not loading up UNIQUE keys, since Schema::Loader now has better
"generic" DBI support than the older loaders did, and only needs
special support for specific DBDs in the case that they don't conform
to the latest/coolest DBI interfaces (and the UNIQUE key thing, which
I couldn't find a generic DBI interface for).

-- Brandon



More information about the Catalyst mailing list