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

In some cases, an unnecessary join is made #2

Open
vespakoen opened this issue Apr 9, 2013 · 0 comments
Open

In some cases, an unnecessary join is made #2

vespakoen opened this issue Apr 9, 2013 · 0 comments

Comments

@vespakoen
Copy link
Owner

Some filters don't require a table to be joined, for example:
Product -> BelongsToMany -> Category -> HasMany -> CategoryTranslation
The categories table does not have to be joined if we are filtering a property on the category_translations table.

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

No branches or pull requests

1 participant