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

fix(connector-jdbc): remove unnecessary join on nested filter #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

juliendangers
Copy link

@juliendangers juliendangers commented Jan 17, 2020

When using nested filter on an id, the relation table already have the id columns, so there is no need for an additional join. Check that the only column we're filtering on is an id, then rewrite the condition and remove the join.

When using nested filter on an id, the relation table already owns the if columns, so there is no need for an additional join. Check that the only column we're filtering on is id, then rewrite the condition and remove the join.
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

Successfully merging this pull request may close these issues.

1 participant