<p>In lib/DBIx/Class/Row.pm:</p>
<pre style='color:#555'>&gt; @@ -1119,7 +1119,7 @@ sub set_inflated_columns {
&gt;  
&gt;  =head2 copy
&gt;  
&gt; -  my $copy = $orig-&gt;copy({ change =&gt; $to, ... });
&gt; +  my $copy = $orig-&gt;copy({ change =&gt; $to, ... }, $dont_cascade?);
</pre>
<p>This is a very limited (and limiting, extensibility-wise) API. I suggest a hash ref with <code>{ cascade =&gt; { rel_one =&gt; 1, rel_two =&gt; 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;">&mdash;<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>