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

Query doesn't return expected results #282

Open
fredmajor opened this issue Apr 23, 2019 · 0 comments
Open

Query doesn't return expected results #282

fredmajor opened this issue Apr 23, 2019 · 0 comments

Comments

@fredmajor
Copy link

My query is:

select expand(outE('isInvited')[reacted=false].inV()[planned_for > sysdate()] ) from #89:0

When I run it in OrientDB Studio, it returns expected results. When I run it with client.query(my_query_here) it returns nothing. However when I remove the second condition from the query, the client also returns results. (with the test data I use the second condition is always true, so this makes me believe that's rather a parsing/internal pyorient issue)
Working query:

select expand(outE('isInvited')[reacted=false].inV() ) from #89:0

pyorient==1.5.5
orientdb==3.0.18-tp3 (docker)

Any help super appreciated.

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

No branches or pull requests

1 participant