For things where performance is the ultimate need, yes I use plain DBI.

 

For things where I need performance but won’t miss the pleasures of DBIC I use 
HashRefInflator™ ;-)

 

-Alex

 

From: Oleg Pronin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 05, 2007 5:46 PM
To: [email protected]
Subject: Re: [Dbix-class] howto extend dbix::class to automaticallyupdatesecond 
table

 

If so then why do you need DBIx::Class at all? Use DBI :)

2007/4/5, Hartmaier Alexander <[EMAIL PROTECTED]>: 

You can override sub insert or use triggers if your db supports them.

I'd create a simple sub which does what you described and call this instead 
of insert.
Everything else will be hard to debug and understand for others if they have
to.

-Alex


> -----Ursprüngliche Nachricht-----
> Von: Mario Minati [mailto: <mailto:[EMAIL PROTECTED]>  [EMAIL PROTECTED]
> Gesendet: Donnerstag, 05. April 2007 02:12
> An: [email protected]
> Betreff: [Dbix-class] howto extend dbix::class to automatically 
> updatesecond table
>
> Hello @all,
>
> I would like to extend dbix::class in the following way:
>
> When creating a new row in one of my tables I would like to
> automatically get 
> an entry in a second table.
>
> More concrete:
> Table 1 holds address data
> Table 2 holds telephone numbers
> Table 3 holds a GUID, a table name and a id
>
> When a new row is created in table 1 or 2 I would like to get a new row 
> in
> table 3 with a new guid and the name of table 1/2 and the id of the
> newly
> created row in table 1/2.
>
> How and where do I have to extend DBIx::Class or create a new
> component? 
>
> Any hints and tips are welcome.
>
> Greets,
> Mario Minati
>
> _______________________________________________
> List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
> Wiki: http://dbix-class.shadowcatsystems.co.uk/
> IRC: irc.perl.org#dbix-class
> SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
> Searchable Archive: http://www.mail-archive.com/dbix- 
> [EMAIL PROTECTED]/


_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to