aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2009-03-25 10:43:25 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2009-03-25 10:43:25 +0000
commit471eca0026c968daed682855798b1554beca6661 (patch)
treefedf5fcd1ccfb6741d7cbcb79aa24229452fe44a /databases/Makefile
parent1ddb7e8c83f302a164742e34a95ac5280e17be8c (diff)
downloadports-471eca0026c968daed682855798b1554beca6661.tar.gz
ports-471eca0026c968daed682855798b1554beca6661.zip
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).
Notes
Notes: svn path=/head/; revision=230947
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index f9187cdbe1a4..135d8a056c4b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -298,6 +298,7 @@
SUBDIR += p5-DBIx-Class-InflateColumn-IP
SUBDIR += p5-DBIx-Class-IntrospectableM2M
SUBDIR += p5-DBIx-Class-Loader
+ SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate
SUBDIR += p5-DBIx-Class-Schema-Loader
SUBDIR += p5-DBIx-Class-UUIDColumns
SUBDIR += p5-DBIx-Class-Validation