-
-
Notifications
You must be signed in to change notification settings - Fork 858
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
improve performance || is complex query #3133
improve performance || is complex query #3133
Conversation
remove select param while checking because if we have complex subSelect query it will confuse the result. in simple query order is not important
Only a new line was added? Marked as a draft pr. |
sorry that was only a test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, please please fix the failing tests?
Quality Gate passedIssues Measures |
Hello @yajra, |
Reviewing PR #3135 and I think it aims for similar improvements with better backward compatibility and tests. Let's resume the discussion on that PR. Thanks! |
remove select param while checking because if we have complex subSelect query it will confuse the result.
in simple query order is not important
Yes