aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2009-03-25 18:43:25 +0800
committerlbr <lbr@FreeBSD.org>2009-03-25 18:43:25 +0800
commit7624a5e64888fe7136e071b5bac031a5d8b4b989 (patch)
tree46d6c8d6dd4a5ec3e2740f7ae5eae841b9eff157 /databases/Makefile
parent4f2de96d03c8b43e05b9fb7b9d0684f2187d9451 (diff)
downloadfreebsd-ports-gnome-7624a5e64888fe7136e071b5bac031a5d8b4b989.tar.gz
freebsd-ports-gnome-7624a5e64888fe7136e071b5bac031a5d8b4b989.tar.zst
freebsd-ports-gnome-7624a5e64888fe7136e071b5bac031a5d8b4b989.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).
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