Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoRemoveColumns doesn't work with prefetch #89

Open
mzealey opened this issue Mar 12, 2018 · 1 comment
Open

AutoRemoveColumns doesn't work with prefetch #89

mzealey opened this issue Mar 12, 2018 · 1 comment

Comments

@mzealey
Copy link

mzealey commented Mar 12, 2018

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.

@frioux
Copy link
Owner

frioux commented Mar 12, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants