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

Added in predicate. #7

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

Conversation

ranadheerp
Copy link

No description provided.

@ranadheerp ranadheerp requested a review from charlesprakash June 7, 2018 13:38
@coveralls
Copy link

coveralls commented Jun 7, 2018

Pull Request Test Coverage Report for Build 42

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 71.144%

Totals Coverage Status
Change from base Build 37: 0.6%
Covered Lines: 472
Relevant Lines: 629

💛 - Coveralls

+ this.visitNode(context, node.predicate).queryString
+ (node.negate ? " NOT IN " : " IN ")
+ "("
+ this.visitNode(context, node.target).queryString
Copy link
Contributor

@charlesprakash charlesprakash Jun 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this cover the IN predicate with an array as well? Like SELECT * FROM a WHERE a.category IN ('Cat1', 'Cat2', 'Cat3')? Please add a test case if so.

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.

3 participants