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

Support for parentheses in where conditions #161

Open
mirkos93 opened this issue Sep 21, 2021 · 0 comments
Open

Support for parentheses in where conditions #161

mirkos93 opened this issue Sep 21, 2021 · 0 comments

Comments

@mirkos93
Copy link

I am trying to use Neode in my project, but I have encountered a problem: I cannot create nested where conditions without using whereRaw().
An example (nonsense) to understand what I mean:

MATCH ... 
WHERE ((1 = 1) OR (0 = 0)) AND ((2 = 2) OR (3 = 3)) 
RETURN ...

Is there a way to implement this without using whereRaw, but perhaps using a callback in where?

Thank you in advance!

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