<p>In lib/DBIx/Class/Row.pm:</p>
<pre style='color:#555'>> @@ -1119,7 +1119,7 @@ sub set_inflated_columns {
>
> =head2 copy
>
> - my $copy = $orig->copy({ change => $to, ... });
> + my $copy = $orig->copy({ change => $to, ... }, $dont_cascade?);
</pre>
<p>This is a very limited (and limiting, extensibility-wise) API. I suggest a hash ref with <code>{ cascade => { rel_one => 1, rel_two => 0 } }</code>, so you can override both ways (rels not mentioned in the <code>cascade</code> hash maintain the value specified in their definition, and one can add more options in future.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/dbsrgits/dbix-class/pull/58/files#r16767684">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/302594__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyNDc1NDg5NiwiZGF0YSI6eyJpZCI6NDA3NjA5NTh9fQ==--5cea4583dbf4a1bbd3df167ccf8fde18599ea05b.gif" width="1" /></p>