aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.42Sunpoet Po-Chuan Hsieh2020-08-301-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBIx-Class-ResultSet-RecursiveUpdate Notes: svn path=/head/; revision=547115
* - Update to 0.41Wen Heping2020-07-191-3/+3
| | | | Notes: svn path=/head/; revision=542555
* Update to 0.40Sunpoet Po-Chuan Hsieh2019-10-311-2/+3
| | | | | | | | | - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/DBIx-Class-ResultSet-RecursiveUpdate Notes: svn path=/head/; revision=516163
* - Update to 0.34Sunpoet Po-Chuan Hsieh2014-02-161-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes Notes: svn path=/head/; revision=344514
* - Update to 0.31Sunpoet Po-Chuan Hsieh2013-11-091-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes Notes: svn path=/head/; revision=333318
* - Update to 0.30Cheng-Lung Sung2013-07-081-2/+2
| | | | Notes: svn path=/head/; revision=322474
* Update to 0.29.Anton Berezin2013-05-061-2/+2
| | | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes Notes: svn path=/head/; revision=317499
* Update to 0.27.Anton Berezin2013-02-271-2/+2
| | | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes Notes: svn path=/head/; revision=313044
* Update to 0.26.Anton Berezin2013-01-211-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes Notes: svn path=/head/; revision=310762
* - Update to 0.25Sunpoet Po-Chuan Hsieh2012-04-181-2/+2
| | | | | | | | | | | - Fix LICENSE - Add missing dependencies - Pet portlint Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes Notes: svn path=/head/; revision=295018
* - Update to 0.24Steve Wills2011-12-151-2/+2
| | | | | | | | - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Add TEST_DEPENDS Notes: svn path=/head/; revision=287441
* update to 0.23Baptiste Daroussin2011-03-221-2/+2
| | | | | | | | add licenses Changes: http://cpansearch.perl.org/src/ABRAXXA/DBIx-Class-ResultSet-RecursiveUpdate-0.23/Changes Notes: svn path=/head/; revision=271467
* - update to 0.21Baptiste Daroussin2010-10-301-3/+2
| | | | | | | - changes: http://cpansearch.perl.org/src/ABRAXXA/DBIx-Class-ResultSet-RecursiveUpdate-0.21/Changes Notes: svn path=/head/; revision=263813
* - update to 0.013Yen-Ming Lee2010-04-121-3/+3
| | | | Notes: svn path=/head/; revision=252616
* - Update to 0.012Martin Wilke2009-11-051-3/+3
| | | | Notes: svn path=/head/; revision=243852
* - Update to 0.011Cheng-Lung Sung2009-08-261-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes Notes: svn path=/head/; revision=240336
* - Update to 0.010Philip M. Gollucci2009-07-231-3/+3
| | | | | | | | | PR: ports/136488 Approved by: maintainer timeout (lbr; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238250
* New port, databases/p5-DBIx-Class-ResultSet-RecursiveUpdateLars Balker Rasmussen2009-03-251-0/+3
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). Notes: svn path=/head/; revision=230947