Like update_or_create - but recursive Maintained by:perl@FreeBSD.org Port Added: 25 Mar 2009 10:43:47 Also Listed In:perl5 License: ART10 GPLv1
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).
WWW: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/
To install the port:cd /usr/ports/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/ && make install clean To add the package:pkg_add -r p5-DBIx-Class-ResultSet-RecursiveUpdate
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).