DBIx-Class-Helpers icon indicating copy to clipboard operation
DBIx-Class-Helpers copied to clipboard

AutoRemoveColumns doesn't work with prefetch

Open mzealey opened this issue 7 years ago • 1 comments

If I have a relationship and set remove_column => 1 and then access via a join it correctly strips the column, however if I use prefetch it does not remove the column.

mzealey avatar Mar 12 '18 09:03 mzealey

FWIW prefetch is sugar for join and select, so this is actually a duplicate of #90; I'll leave both open for clarity at the moment, but fixing one will fix the other.

frioux avatar Mar 12 '18 15:03 frioux