Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Update all dbix related rows?

by uG (Scribe)
on Mar 29, 2010 at 23:24 UTC ( [id://831733]=perlquestion: print w/replies, xml ) Need Help??

uG has asked for the wisdom of the Perl Monks concerning the following question:

I have two dbix::class schemas who have a has_many and belongs_to relationship. Lets sat A has_many B and B belongs_to A. How do I update B, as well as the A row that it belongs to with just one update statement?

Replies are listed 'Best First'.
Re: Update all dbix related rows?
by snopal (Pilgrim) on Mar 30, 2010 at 13:39 UTC

    You should use a transaction, not a single insert.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://831733]
Approved by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-03-28 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found