| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- changes: http://cpansearch.perl.org/src/ABRAXXA/DBIx-Class-ResultSet-RecursiveUpdate-0.21/Changes
Notes:
svn path=/head/; revision=263813
|
|
|
|
| |
Notes:
svn path=/head/; revision=252616
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
| |
Notes:
svn path=/head/; revision=243852
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
Notes:
svn path=/head/; revision=240336
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=239640
|
|
|
|
|
|
|
|
|
| |
PR: ports/136488
Approved by: maintainer timeout (lbr; 14 days)
Submitted by: myself (pgollucci@)
Notes:
svn path=/head/; revision=238250
|
|
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
|