[Catalyst] DBIx virtual columns depending on database column

Matt S Trout dbix-class at trout.me.uk
Tue Jan 30 17:02:29 GMT 2007


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 friendly (multi pk and other things)

Erm. DBIx::Class has supported multi pks happily from 0.01, and was  
designed to not care whether your primary key was one or more than  
one column before I wrote a single line of code.

Class::DBI and ActiveRecord might not handle this but DBIx::Class is  
fine :)

It also has its own mailing list, dbix-class on the same list server  
as this one - you'll probably get a better response asking there.

-- 
Matt S Trout, Technical Director, Shadowcat Systems Ltd.
Offering custom development, consultancy and support contracts for  
Catalyst,
DBIx::Class and BAST. Contact mst (at) shadowcatsystems.co.uk for  
details.
+ Help us build a better perl ORM: http://dbix- 
class.shadowcatsystems.co.uk/ +





More information about the Catalyst mailing list