I think I solved the problem, see my new post "bug found in and tentatively fixed in DBIx::Class::Schema::Loader::DBI::Oracle::_tables_list"
On Mon, Feb 9, 2009 at 2:05 PM, Karl Forner <[email protected]> wrote: > Re-sent from catalyst mailing-list... > > 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 ? > > Thanks, > >
_______________________________________________ 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/[email protected]
