[Catalyst] loading data types from Oracle DB with DBIx::Class::Schema::Loader

J. Shirley jshirley at gmail.com
Fri Feb 6 17:26:28 GMT 2009


On Fri, Feb 6, 2009 at 9:10 AM,  <karl.forner at merckserono.net> wrote:
>
> Hello,
>
> We are using catalyst with an Oracle database.
> We are using DBIx::Class::Schema::Loader to create the DBIx::Class
> interface,
> with the following command;
> ./myapp_create.pl model DB DBIC::Schema MyApp::Schema create=static
> 'dbi:Oracle:sid=BDBDEV;host=ch7ux002.xxxxx;port=1521' 'user' 'user' '{
> AutoCommit => 0 }'
>
> It seems that the data_types are not set, in contradiction with the
> DBIx::Class documentation.
>
> Anyone has a clue on how to automatically fecth the datatypes ?
>


Please post to the DBIC mailing list, at
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class

-J



More information about the Catalyst mailing list