| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
15 Dec 2011 16:34:41
0.24
|
swills  |
- Update to 0.24
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS |
17 Sep 2011 06:49:29
0.23
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
22 Mar 2011 09:48:57
0.23
|
bapt  |
update to 0.23
add licenses
Changes:
http://cpansearch.perl.org/src/ABRAXXA/DBIx-Class-ResultSet-RecursiveUpdate-0.23/Changes |
30 Oct 2010 22:12:58
0.21
|
bapt  |
- update to 0.21
- changes:
http://cpansearch.perl.org/src/ABRAXXA/DBIx-Class-ResultSet-RecursiveUpdate-0.21/Changes |
12 Apr 2010 22:10:11
0.013
|
leeym  |
- update to 0.013 |
28 Mar 2010 06:47:48
0.012_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.012_1
|
dinoex  |
- update to jpeg-8 |
05 Nov 2009 19:58:24
0.012
|
miwi  |
- Update to 0.012 |
26 Aug 2009 07:23:15
0.011
|
clsung  |
- Update to 0.011
Changes:
http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes |
16 Aug 2009 09:22:05
0.010
|
linimon  |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
23 Jul 2009 17:23:41
0.010
|
pgollucci  |
- Update to 0.010
PR: ports/136488
Approved by: maintainer timeout (lbr; 14 days)
Submitted by: myself (pgollucci@) |
25 Mar 2009 10:43:25
v0.002
|
lbr  |
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). |