[Dbix-class] using arrayrefs in set_inflated_columns
Doug Orleans
dougorleans at gmail.com
Sat Aug 6 15:40:48 GMT 2011
The documentation for DBIx::Class::Row::set_inflated_columns says this:
Will even accept arrayrefs of data as a value to a "has_many" in
DBIx::Class::Relationship key, and create the related objects if
necessary.
When I try this, though, I get an error message saying this:
Recursive update is not supported over relationships of type 'multi'
Is this a doc bug?
--Doug
More information about the DBIx-Class
mailing list