Commit graph

5 commits

Author SHA1 Message Date
Martin Wilke
086f1ed9b4 - Update to 0.012 2009-11-05 19:58:24 +00:00
Cheng-Lung Sung
b5152fe75b - Update to 0.011
Changes:	http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
2009-08-26 07:23:15 +00:00
Mark Linimon
49728dccba Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2009-08-16 09:22:05 +00:00
Philip M. Gollucci
0029f0cd54 - Update to 0.010
PR:             ports/136488
Approved by:    maintainer timeout (lbr; 14 days)
Submitted by:   myself (pgollucci@)
2009-07-23 17:23:40 +00:00
Lars Balker Rasmussen
471eca0026 New port, databases/p5-DBIx-Class-ResultSet-RecursiveUpdate
It is a base class for ResultSets providing just one method: recur-
sive_update which works just like update_or_create but can recursively
update or create data objects composed of multiple rows. All rows need
to be identified by primary keys - so you need to provide them in the
update structure (unless they can be deduced from the parent row - for
example when you have a belongs_to relationship).  If not all colums
comprising the primary key are specified - then a new row will be cre-
ated, with the expectation that the missing columns will be filled by
it (as in the case of auto_increment primary keys).
2009-03-25 10:43:25 +00:00