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

Complex query: col('a').gt(3).or().col('b').gt(3) #3

Open
ele828 opened this issue Sep 2, 2016 · 2 comments
Open

Complex query: col('a').gt(3).or().col('b').gt(3) #3

ele828 opened this issue Sep 2, 2016 · 2 comments
Assignees

Comments

@ele828
Copy link
Member

ele828 commented Sep 2, 2016

Should support complex query conditions like following

let expr = col('a').gt(3).or().col('b').gt(3);
@yfwz100
Copy link
Contributor

yfwz100 commented Sep 2, 2016

It's a little complex though. There're many parentheses in the expression.

@ele828 ele828 self-assigned this Oct 31, 2016
@ele828
Copy link
Member Author

ele828 commented Oct 31, 2016

I will take a look at this recently

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

2 participants