[Catalyst] DBIx virtual columns depending on database column

2007-01-30 Thread Ulrich Leodolter
Hi I working on a database frontend using Catalyst, DBIx and all the other goodies. The schema is loaded from existing MySQL database using DBIx::Class::Schema::Loader and Catalyst::Model::DBIC::Schema The database is not DBIx::Class friendly (multi pk and other things) but my Catalyst/DBIx

Re: [Catalyst] DBIx virtual columns depending on database column

2007-01-30 Thread Matt S Trout
On 30 Jan 2007, at 16:38, Ulrich Leodolter wrote: Hi I working on a database frontend using Catalyst, DBIx and all the other goodies. The schema is loaded from existing MySQL database using DBIx::Class::Schema::Loader and Catalyst::Model::DBIC::Schema The database is not DBIx::Class