DBIx-Class-Helpers
DBIx-Class-Helpers copied to clipboard
AutoRemoveColumns doesn't work with prefetch
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.
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.